#066999

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

Shades of Cerulean #066999

Tints of Cerulean #066999

Color information

#066999 (or 0x066999) is unknown color: approx Cerulean. HEX triplet: 06, 69 and 99. RGB value is (6,105,153). Sum of RGB (Red+Green+Blue) = 6+105+153=264 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.27% from 264); Green value is 105 (41.41% from 255 or 39.77% from 264); Blue value is 153 (60.16% from 255 or 57.95% from 264); Max value from RGB is 153 - color contains mainly: blue. Hex color #066999 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066999 is #F99666. Grayscale: #505050. Windows color (decimal): -16356967 or 10053894. OLE color: 10053894.

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

Color convert

RGB6105153-
CMYK0.960.3100.4
HSL199.59º92.45%31.18%-
HSV(B)199.59º96.08%60%-
XYZ10.8812.4431.97-
YUV80.87168.774.6-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.27%
GREEN value IS 105 (41.41% from 255) = 39.77%
BLUE value IS 153 (60.16% from 255) = 57.95%
R=2.27%
G=39.77%
B=57.95%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal61051530.960.3100.4199.5992.4531.18
Hex66999601F028c85c1f
Octal61512311403705031013437
Binary110110100110011001110000011111010100011001000101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066999; }

 p { color: rgb(6,105,153); }

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

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

 a { background-color: rgb(6,105,153); }

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

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

 span { border-color: rgb(6,105,153); }

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