Shades of Cerulean #006591
Tints of Cerulean #006591
RGB
CMYK
RGB Variations
Color information
#006591 (or 0x006591) is known color: Cerulean. HEX triplet: 00, 65 and 91. RGB value is (0,101,145). Sum of RGB (Red+Green+Blue) = 0+101+145=246 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 246); Green value is 101 (39.84% from 255 or 41.06% from 246); Blue value is 145 (57.03% from 255 or 58.94% from 246); Max value from RGB is 145 - color contains mainly: blue. Hex color #006591 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006591 is #FF9A6E. Grayscale: #4B4B4B. Windows color (decimal): -16751215 or 9528576. OLE color: 9528576.
HSL color Cylindrical-coordinate representation of color #006591: hue angle of 198.21º 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 #006591 is Cyan = 1, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 101 | 145 | - |
| CMYK | 1 | 0.30 | 0 | 0.43 |
| HSL | 198.21º | 1% | 0.28% | - |
| HSV(B) | 198.21º | 1% | 0.57% | - |
| XYZ | 9.76 | 11.35 | 28.46 | - |
| YUV | 75.82 | 167.04 | 73.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 101 | 145 | 1 | 0.30 | 0 | 0.43 | 198.21 | 1 | 0.28 |
| Hex | 0 | 65 | 91 | 64 | 1E | 0 | 2B | C6 | 64 | 1C |
| Octal | 0 | 145 | 221 | 144 | 36 | 0 | 53 | 306 | 144 | 34 |
| Binary | 0 | 1100101 | 10010001 | 1100100 | 11110 | 0 | 101011 | 11000110 | 1100100 | 11100 |
Color Harmonies of #006591
Complementary color
Monochromatic Colors of #006591
Black with #006591
Text Example
Text Example
White with #006591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006591; }
p { color: rgb(0,101,145); }
H1.HeaderClassName
{
color: #006591;
}
.AnyTagClassName
{
color: #006591;
}
</style>
background-color css
<style>
a { background-color: #006591; }
a { background-color: rgb(0,101,145); }
div.DivClassName
{
background-color: #006591;
}
.BgClassName
{
background-color: #006591;
}
</style>
border-color css
<style>
span { border-color: #006591; }
span { border-color: rgb(0,101,145); }
td.TdClassName
{
border-color: #006591;
}
.TagClassName
{
border-color: #006591;
}
</style>