#066991

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

Shades of Cerulean #066991

Tints of Cerulean #066991

Color information

#066991 (or 0x066991) is unknown color: approx Cerulean. HEX triplet: 06, 69 and 91. RGB value is (6,105,145). Sum of RGB (Red+Green+Blue) = 6+105+145=256 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.34% from 256); Green value is 105 (41.41% from 255 or 41.02% from 256); Blue value is 145 (57.03% from 255 or 56.64% from 256); Max value from RGB is 145 - color contains mainly: blue. Hex color #066991 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066991 is #F9966E. Grayscale: #4F4F4F. Windows color (decimal): -16356975 or 9529606. OLE color: 9529606.

HSL color Cylindrical-coordinate representation of color #066991: hue angle of 197.27º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #066991 is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6105145-
CMYK0.960.2800.43
HSL197.27º92.05%29.61%-
HSV(B)197.27º95.86%56.86%-
XYZ10.2412.1928.6-
YUV79.96164.775.25-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.34%
GREEN value IS 105 (41.41% from 255) = 41.02%
BLUE value IS 145 (57.03% from 255) = 56.64%
R=2.34%
G=41.02%
B=56.64%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal61051450.960.2800.43197.2792.0529.61
Hex66991601C02Bc55c1e
Octal61512211403405330513436
Binary110110100110010001110000011100010101111000101101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066991; }

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

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

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

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

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

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

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

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