#066496

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

Shades of Cerulean #066496

Tints of Cerulean #066496

Color information

#066496 (or 0x066496) is unknown color: approx Cerulean. HEX triplet: 06, 64 and 96. RGB value is (6,100,150). Sum of RGB (Red+Green+Blue) = 6+100+150=256 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.34% from 256); Green value is 100 (39.45% from 255 or 39.06% from 256); Blue value is 150 (58.98% from 255 or 58.59% from 256); Max value from RGB is 150 - color contains mainly: blue. Hex color #066496 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066496 is #F99B69. Grayscale: #4D4D4D. Windows color (decimal): -16358250 or 9856006. OLE color: 9856006.

HSL color Cylindrical-coordinate representation of color #066496: hue angle of 200.83º 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 #066496 is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB6100150-
CMYK0.960.3300.41
HSL200.83º92.31%30.59%-
HSV(B)200.83º96%58.82%-
XYZ10.1411.3630.51-
YUV77.59168.8676.93-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.34%
GREEN value IS 100 (39.45% from 255) = 39.06%
BLUE value IS 150 (58.98% from 255) = 58.59%
R=2.34%
G=39.06%
B=58.59%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal61001500.960.3300.41200.8392.3130.59
Hex664966021029c95c1f
Octal61442261404105131113437
Binary1101100100100101101100000100001010100111001001101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066496; }

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

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

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

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

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

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

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

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