Shades of Cerulean #006092
Tints of Cerulean #006092
RGB
CMYK
RGB Variations
Color information
#006092 (or 0x006092) is known color: Cerulean. HEX triplet: 00, 60 and 92. RGB value is (0,96,146). Sum of RGB (Red+Green+Blue) = 0+96+146=242 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 242); Green value is 96 (37.89% from 255 or 39.67% from 242); Blue value is 146 (57.42% from 255 or 60.33% from 242); Max value from RGB is 146 - color contains mainly: blue. Hex color #006092 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006092 is #FF9F6D. Grayscale: #484848. Windows color (decimal): -16752494 or 9592832. OLE color: 9592832.
HSL color Cylindrical-coordinate representation of color #006092: hue angle of 200.55º 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 #006092 is Cyan = 1, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 96 | 146 | - |
| CMYK | 1 | 0.34 | 0 | 0.43 |
| HSL | 200.55º | 1% | 0.29% | - |
| HSV(B) | 200.55º | 1% | 0.57% | - |
| XYZ | 9.37 | 10.44 | 28.72 | - |
| YUV | 73 | 169.2 | 75.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 96 | 146 | 1 | 0.34 | 0 | 0.43 | 200.55 | 1 | 0.29 |
| Hex | 0 | 60 | 92 | 64 | 22 | 0 | 2B | C9 | 64 | 1D |
| Octal | 0 | 140 | 222 | 144 | 42 | 0 | 53 | 311 | 144 | 35 |
| Binary | 0 | 1100000 | 10010010 | 1100100 | 100010 | 0 | 101011 | 11001001 | 1100100 | 11101 |
Color Harmonies of #006092
Complementary color
Monochromatic Colors of #006092
Black with #006092
Text Example
Text Example
White with #006092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006092; }
p { color: rgb(0,96,146); }
H1.HeaderClassName
{
color: #006092;
}
.AnyTagClassName
{
color: #006092;
}
</style>
background-color css
<style>
a { background-color: #006092; }
a { background-color: rgb(0,96,146); }
div.DivClassName
{
background-color: #006092;
}
.BgClassName
{
background-color: #006092;
}
</style>
border-color css
<style>
span { border-color: #006092; }
span { border-color: rgb(0,96,146); }
td.TdClassName
{
border-color: #006092;
}
.TagClassName
{
border-color: #006092;
}
</style>