Shades of Cerulean #006192
Tints of Cerulean #006192
RGB
CMYK
RGB Variations
Color information
#006192 (or 0x006192) is known color: Cerulean. HEX triplet: 00, 61 and 92. RGB value is (0,97,146). Sum of RGB (Red+Green+Blue) = 0+97+146=243 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 243); Green value is 97 (38.28% from 255 or 39.92% from 243); Blue value is 146 (57.42% from 255 or 60.08% from 243); Max value from RGB is 146 - color contains mainly: blue. Hex color #006192 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006192 is #FF9E6D. Grayscale: #494949. Windows color (decimal): -16752238 or 9593088. OLE color: 9593088.
HSL color Cylindrical-coordinate representation of color #006192: hue angle of 200.14º 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 #006192 is Cyan = 1, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 97 | 146 | - |
| CMYK | 1 | 0.34 | 0 | 0.43 |
| HSL | 200.14º | 1% | 0.29% | - |
| HSV(B) | 200.14º | 1% | 0.57% | - |
| XYZ | 9.46 | 10.62 | 28.75 | - |
| YUV | 73.58 | 168.86 | 75.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 97 | 146 | 1 | 0.34 | 0 | 0.43 | 200.14 | 1 | 0.29 |
| Hex | 0 | 61 | 92 | 64 | 22 | 0 | 2B | C8 | 64 | 1D |
| Octal | 0 | 141 | 222 | 144 | 42 | 0 | 53 | 310 | 144 | 35 |
| Binary | 0 | 1100001 | 10010010 | 1100100 | 100010 | 0 | 101011 | 11001000 | 1100100 | 11101 |
Color Harmonies of #006192
Complementary color
Monochromatic Colors of #006192
Black with #006192
Text Example
Text Example
White with #006192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006192; }
p { color: rgb(0,97,146); }
H1.HeaderClassName
{
color: #006192;
}
.AnyTagClassName
{
color: #006192;
}
</style>
background-color css
<style>
a { background-color: #006192; }
a { background-color: rgb(0,97,146); }
div.DivClassName
{
background-color: #006192;
}
.BgClassName
{
background-color: #006192;
}
</style>
border-color css
<style>
span { border-color: #006192; }
span { border-color: rgb(0,97,146); }
td.TdClassName
{
border-color: #006192;
}
.TagClassName
{
border-color: #006192;
}
</style>