#066FA2

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

Shades of Cerulean #066FA2

Tints of Cerulean #066FA2

Color information

#066FA2 (or 0x066FA2) is unknown color: approx Cerulean. HEX triplet: 06, 6F and A2. RGB value is (6,111,162). Sum of RGB (Red+Green+Blue) = 6+111+162=279 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.15% from 279); Green value is 111 (43.75% from 255 or 39.78% from 279); Blue value is 162 (63.67% from 255 or 58.06% from 279); Max value from RGB is 162 - color contains mainly: blue. Hex color #066FA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066FA2 is #F9905D. Grayscale: #555555. Windows color (decimal): -16355422 or 10645254. OLE color: 10645254.

HSL color Cylindrical-coordinate representation of color #066FA2: hue angle of 199.62º 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 #066FA2 is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB6111162-
CMYK0.960.3100.36
HSL199.62º92.86%32.94%-
HSV(B)199.62º96.3%63.53%-
XYZ12.2814.0236.24-
YUV85.42171.2171.35-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.15%
GREEN value IS 111 (43.75% from 255) = 39.78%
BLUE value IS 162 (63.67% from 255) = 58.06%
R=2.15%
G=39.78%
B=58.06%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal61111620.960.3100.36199.6292.8632.94
Hex66FA2601F024c85d21
Octal61572421403704431013541
Binary1101101111101000101100000111110100100110010001011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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