Shades of Cerulean #006292
Tints of Cerulean #006292
RGB
CMYK
RGB Variations
Color information
#006292 (or 0x006292) is known color: Cerulean. HEX triplet: 00, 62 and 92. RGB value is (0,98,146). Sum of RGB (Red+Green+Blue) = 0+98+146=244 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 244); Green value is 98 (38.67% from 255 or 40.16% from 244); Blue value is 146 (57.42% from 255 or 59.84% from 244); Max value from RGB is 146 - color contains mainly: blue. Hex color #006292 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006292 is #FF9D6D. Grayscale: #494949. Windows color (decimal): -16751982 or 9593344. OLE color: 9593344.
HSL color Cylindrical-coordinate representation of color #006292: hue angle of 199.73º 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 #006292 is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 98 | 146 | - |
| CMYK | 1 | 0.33 | 0 | 0.43 |
| HSL | 199.73º | 1% | 0.29% | - |
| HSV(B) | 199.73º | 1% | 0.57% | - |
| XYZ | 9.56 | 10.81 | 28.78 | - |
| YUV | 74.17 | 168.53 | 75.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 98 | 146 | 1 | 0.33 | 0 | 0.43 | 199.73 | 1 | 0.29 |
| Hex | 0 | 62 | 92 | 64 | 21 | 0 | 2B | C8 | 64 | 1D |
| Octal | 0 | 142 | 222 | 144 | 41 | 0 | 53 | 310 | 144 | 35 |
| Binary | 0 | 1100010 | 10010010 | 1100100 | 100001 | 0 | 101011 | 11001000 | 1100100 | 11101 |
Color Harmonies of #006292
Complementary color
Monochromatic Colors of #006292
Black with #006292
Text Example
Text Example
White with #006292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006292; }
p { color: rgb(0,98,146); }
H1.HeaderClassName
{
color: #006292;
}
.AnyTagClassName
{
color: #006292;
}
</style>
background-color css
<style>
a { background-color: #006292; }
a { background-color: rgb(0,98,146); }
div.DivClassName
{
background-color: #006292;
}
.BgClassName
{
background-color: #006292;
}
</style>
border-color css
<style>
span { border-color: #006292; }
span { border-color: rgb(0,98,146); }
td.TdClassName
{
border-color: #006292;
}
.TagClassName
{
border-color: #006292;
}
</style>