Shades of Cerulean #006096
Tints of Cerulean #006096
RGB
CMYK
RGB Variations
Color information
#006096 (or 0x006096) is known color: 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
| RGB | 0 | 96 | 150 | - |
| CMYK | 1 | 0.36 | 0 | 0.41 |
| HSL | 201.6º | 1% | 0.29% | - |
| HSV(B) | 201.6º | 1% | 0.59% | - |
| XYZ | 9.69 | 10.57 | 30.38 | - |
| YUV | 73.45 | 171.2 | 75.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 96 | 150 | 1 | 0.36 | 0 | 0.41 | 201.6 | 1 | 0.29 |
| Hex | 0 | 60 | 96 | 64 | 24 | 0 | 29 | CA | 64 | 1D |
| Octal | 0 | 140 | 226 | 144 | 44 | 0 | 51 | 312 | 144 | 35 |
| Binary | 0 | 1100000 | 10010110 | 1100100 | 100100 | 0 | 101001 | 11001010 | 1100100 | 11101 |
Color Harmonies of #006096
Complementary color
Monochromatic Colors of #006096
Black with #006096
Text Example
Text Example
White with #006096
Text Example
Text Example
HTML Codes & Css Web 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>