Shades of Cerulean #006592
Tints of Cerulean #006592
RGB
CMYK
RGB Variations
Color information
#006592 (or 0x006592) is known color: Cerulean. HEX triplet: 00, 65 and 92. RGB value is (0,101,146). Sum of RGB (Red+Green+Blue) = 0+101+146=247 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 247); Green value is 101 (39.84% from 255 or 40.89% from 247); Blue value is 146 (57.42% from 255 or 59.11% from 247); Max value from RGB is 146 - color contains mainly: blue. Hex color #006592 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006592 is #FF9A6D. Grayscale: #4B4B4B. Windows color (decimal): -16751214 or 9594112. OLE color: 9594112.
HSL color Cylindrical-coordinate representation of color #006592: hue angle of 198.49º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006592 is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 101 | 146 | - |
| CMYK | 1 | 0.31 | 0 | 0.43 |
| HSL | 198.49º | 1% | 0.29% | - |
| HSV(B) | 198.49º | 1% | 0.57% | - |
| XYZ | 9.84 | 11.38 | 28.87 | - |
| YUV | 75.93 | 167.54 | 73.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 101 | 146 | 1 | 0.31 | 0 | 0.43 | 198.49 | 1 | 0.29 |
| Hex | 0 | 65 | 92 | 64 | 1F | 0 | 2B | C6 | 64 | 1D |
| Octal | 0 | 145 | 222 | 144 | 37 | 0 | 53 | 306 | 144 | 35 |
| Binary | 0 | 1100101 | 10010010 | 1100100 | 11111 | 0 | 101011 | 11000110 | 1100100 | 11101 |
Color Harmonies of #006592
Complementary color
Monochromatic Colors of #006592
Black with #006592
Text Example
Text Example
White with #006592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006592; }
p { color: rgb(0,101,146); }
H1.HeaderClassName
{
color: #006592;
}
.AnyTagClassName
{
color: #006592;
}
</style>
background-color css
<style>
a { background-color: #006592; }
a { background-color: rgb(0,101,146); }
div.DivClassName
{
background-color: #006592;
}
.BgClassName
{
background-color: #006592;
}
</style>
border-color css
<style>
span { border-color: #006592; }
span { border-color: rgb(0,101,146); }
td.TdClassName
{
border-color: #006592;
}
.TagClassName
{
border-color: #006592;
}
</style>