#066A96

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

Shades of Cerulean #066A96

Tints of Cerulean #066A96

Color information

#066A96 (or 0x066A96) is unknown color: approx Cerulean. HEX triplet: 06, 6A and 96. RGB value is (6,106,150). Sum of RGB (Red+Green+Blue) = 6+106+150=262 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.29% from 262); Green value is 106 (41.80% from 255 or 40.46% from 262); Blue value is 150 (58.98% from 255 or 57.25% from 262); Max value from RGB is 150 - color contains mainly: blue. Hex color #066A96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066A96 is #F99569. Grayscale: #505050. Windows color (decimal): -16356714 or 9857542. OLE color: 9857542.

HSL color Cylindrical-coordinate representation of color #066A96: hue angle of 198.33º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #066A96 is Cyan = 0.96, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB6106150-
CMYK0.960.2900.41
HSL198.33º92.31%30.59%-
HSV(B)198.33º96%58.82%-
XYZ10.7312.5530.71-
YUV81.12166.8774.42-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.29%
GREEN value IS 106 (41.80% from 255) = 40.46%
BLUE value IS 150 (58.98% from 255) = 57.25%
R=2.29%
G=40.46%
B=57.25%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal61061500.960.2900.41198.3392.3130.59
Hex66A96601D029c65c1f
Octal61522261403505130613437
Binary110110101010010110110000011101010100111000110101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,106,150); }

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

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

 a { background-color: rgb(6,106,150); }

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

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

 span { border-color: rgb(6,106,150); }

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