#066EA2

Color #066EA2 Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #066EA2

Tints of Cerulean #066EA2

Color information

#066EA2 (or 0x066EA2) is unknown color: approx Cerulean. HEX triplet: 06, 6E and A2. RGB value is (6,110,162). Sum of RGB (Red+Green+Blue) = 6+110+162=278 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.16% from 278); Green value is 110 (43.36% from 255 or 39.57% from 278); Blue value is 162 (63.67% from 255 or 58.27% from 278); Max value from RGB is 162 - color contains mainly: blue. Hex color #066EA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066EA2 is #F9915D. Grayscale: #545454. Windows color (decimal): -16355678 or 10644998. OLE color: 10644998.

HSL color Cylindrical-coordinate representation of color #066EA2: hue angle of 200º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #066EA2 is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB6110162-
CMYK0.960.3200.36
HSL200º92.86%32.94%-
HSV(B)200º96.3%63.53%-
XYZ12.1713.836.2-
YUV84.83171.5471.77-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.16%
GREEN value IS 110 (43.36% from 255) = 39.57%
BLUE value IS 162 (63.67% from 255) = 58.27%
R=2.16%
G=39.57%
B=58.27%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal61101620.960.3200.3620092.8632.94
Hex66EA26020024c85d21
Octal61562421404004431013541
Binary11011011101010001011000001000000100100110010001011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066EA2; }

 p { color: rgb(6,110,162); }

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

<style>
 a { background-color: #066EA2; }

 a { background-color: rgb(6,110,162); }

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

<style>
 span { border-color: #066EA2; }

 span { border-color: rgb(6,110,162); }

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