#006096

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

Shades of Cerulean #006096

Tints of Cerulean #006096

Color information

#006096 (or 0x006096) is unknown color: approx Cerulean. HEX triplet: 00, 60 and 96. RGB value is (0,96,150). Sum of RGB (Red+Green+Blue) = 0+96+150=246 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 246); Green value is 96 (37.89% from 255 or 39.02% from 246); Blue value is 150 (58.98% from 255 or 60.98% from 246); Max value from RGB is 150 - color contains mainly: blue. Hex color #006096 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006096 is #FF9F69. Grayscale: #494949. Windows color (decimal): -16752490 or 9854976. OLE color: 9854976.

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

Color convert

RGB096150-
CMYK10.3600.41
HSL201.6º100%29.41%-
HSV(B)201.6º100%58.82%-
XYZ9.6910.5730.38-
YUV73.45171.275.61-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 96 (37.89% from 255) = 39.02%
BLUE value IS 150 (58.98% from 255) = 60.98%
R=0%
G=39.02%
B=60.98%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal09615010.3600.41201.610029.41
Hex060966424029ca641d
Octal01402261444405131214435
Binary01100000100101101100100100100010100111001010110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006096; }

 p { color: rgb(0,96,150); }

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

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

 a { background-color: rgb(0,96,150); }

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

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

 span { border-color: rgb(0,96,150); }

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