Shades of Cerulean #006091
Tints of Cerulean #006091
RGB
CMYK
RGB Variations
Color information
#006091 (or 0x006091) is known color: Cerulean. HEX triplet: 00, 60 and 91. RGB value is (0,96,145). Sum of RGB (Red+Green+Blue) = 0+96+145=241 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 241); Green value is 96 (37.89% from 255 or 39.83% from 241); Blue value is 145 (57.03% from 255 or 60.17% from 241); Max value from RGB is 145 - color contains mainly: blue. Hex color #006091 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006091 is #FF9F6E. Grayscale: #484848. Windows color (decimal): -16752495 or 9527296. OLE color: 9527296.
HSL color Cylindrical-coordinate representation of color #006091: hue angle of 200.28º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006091 is Cyan = 1, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 96 | 145 | - |
| CMYK | 1 | 0.34 | 0 | 0.43 |
| HSL | 200.28º | 1% | 0.28% | - |
| HSV(B) | 200.28º | 1% | 0.57% | - |
| XYZ | 9.29 | 10.41 | 28.31 | - |
| YUV | 72.88 | 168.7 | 76.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 96 | 145 | 1 | 0.34 | 0 | 0.43 | 200.28 | 1 | 0.28 |
| Hex | 0 | 60 | 91 | 64 | 22 | 0 | 2B | C8 | 64 | 1C |
| Octal | 0 | 140 | 221 | 144 | 42 | 0 | 53 | 310 | 144 | 34 |
| Binary | 0 | 1100000 | 10010001 | 1100100 | 100010 | 0 | 101011 | 11001000 | 1100100 | 11100 |
Color Harmonies of #006091
Complementary color
Monochromatic Colors of #006091
Black with #006091
Text Example
Text Example
White with #006091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006091; }
p { color: rgb(0,96,145); }
H1.HeaderClassName
{
color: #006091;
}
.AnyTagClassName
{
color: #006091;
}
</style>
background-color css
<style>
a { background-color: #006091; }
a { background-color: rgb(0,96,145); }
div.DivClassName
{
background-color: #006091;
}
.BgClassName
{
background-color: #006091;
}
</style>
border-color css
<style>
span { border-color: #006091; }
span { border-color: rgb(0,96,145); }
td.TdClassName
{
border-color: #006091;
}
.TagClassName
{
border-color: #006091;
}
</style>