#065AB6

Color #065AB6 Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #065AB6

Tints of Denim #065AB6

Color information

#065AB6 (or 0x065AB6) is unknown color: approx Denim. HEX triplet: 06, 5A and B6. RGB value is (6,90,182). Sum of RGB (Red+Green+Blue) = 6+90+182=278 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.16% from 278); Green value is 90 (35.55% from 255 or 32.37% from 278); Blue value is 182 (71.48% from 255 or 65.47% from 278); Max value from RGB is 182 - color contains mainly: blue. Hex color #065AB6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065AB6 is #F9A549. Grayscale: #4A4A4A. Windows color (decimal): -16360778 or 11950598. OLE color: 11950598.

HSL color Cylindrical-coordinate representation of color #065AB6: hue angle of 211.36º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #065AB6 is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB690182-
CMYK0.970.5100.29
HSL211.36º93.62%36.86%-
HSV(B)211.36º96.7%71.37%-
XYZ12.1710.7345.69-
YUV75.37188.1778.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 6 (2.73% from 255) = 2.16%
GREEN value IS 90 (35.55% from 255) = 32.37%
BLUE value IS 182 (71.48% from 255) = 65.47%
R=2.16%
G=32.37%
B=65.47%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal6901820.970.5100.29211.3693.6236.86
Hex65AB6613301Dd35e25
Octal61322661416303532313645
Binary1101011010101101101100001110011011101110100111011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065AB6; }

 p { color: rgb(6,90,182); }

 H1.HeaderClassName
 {
   color: #065AB6;
 }
 .AnyTagClassName
 {
   color: #065AB6;
 }
</style>
background-color css

<style>
 a { background-color: #065AB6; }

 a { background-color: rgb(6,90,182); }

 div.DivClassName
 {
   background-color: #065AB6;
 }
 .BgClassName
 {
   background-color: #065AB6;
 }
</style>
border-color css

<style>
 span { border-color: #065AB6; }

 span { border-color: rgb(6,90,182); }

 td.TdClassName
 {
   border-color: #065AB6;
 }
 .TagClassName
 {
   border-color: #065AB6;
 }
</style>