#066396

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

Shades of Cerulean #066396

Tints of Cerulean #066396

Color information

#066396 (or 0x066396) is unknown color: approx Cerulean. HEX triplet: 06, 63 and 96. RGB value is (6,99,150). Sum of RGB (Red+Green+Blue) = 6+99+150=255 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.35% from 255); Green value is 99 (39.06% from 255 or 38.82% from 255); Blue value is 150 (58.98% from 255 or 58.82% from 255); Max value from RGB is 150 - color contains mainly: blue. Hex color #066396 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066396 is #F99C69. Grayscale: #4C4C4C. Windows color (decimal): -16358506 or 9855750. OLE color: 9855750.

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

Color convert

RGB699150-
CMYK0.960.3400.41
HSL201.25º92.31%30.59%-
HSV(B)201.25º96%58.82%-
XYZ10.0411.1630.48-
YUV77.01169.1977.35-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.35%
GREEN value IS 99 (39.06% from 255) = 38.82%
BLUE value IS 150 (58.98% from 255) = 58.82%
R=2.35%
G=38.82%
B=58.82%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal6991500.960.3400.41201.2592.3130.59
Hex663966022029c95c1f
Octal61432261404205131113437
Binary1101100011100101101100000100010010100111001001101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066396; }

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

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

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

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

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

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

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

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