Shades of Dark Cerulean #005192
Tints of Dark Cerulean #005192
RGB
CMYK
RGB Variations
Color information
#005192 (or 0x005192) is known color: Dark Cerulean. HEX triplet: 00, 51 and 92. RGB value is (0,81,146). Sum of RGB (Red+Green+Blue) = 0+81+146=227 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 227); Green value is 81 (32.03% from 255 or 35.68% from 227); Blue value is 146 (57.42% from 255 or 64.32% from 227); Max value from RGB is 146 - color contains mainly: blue. Hex color #005192 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005192 is #FFAE6D. Grayscale: #3F3F3F. Windows color (decimal): -16756334 or 9588992. OLE color: 9588992.
HSL color Cylindrical-coordinate representation of color #005192: hue angle of 206.71º 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 #005192 is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 81 | 146 | - |
| CMYK | 1 | 0.45 | 0 | 0.43 |
| HSL | 206.71º | 1% | 0.29% | - |
| HSV(B) | 206.71º | 1% | 0.57% | - |
| XYZ | 8.13 | 7.96 | 28.3 | - |
| YUV | 64.19 | 174.16 | 82.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 81 | 146 | 1 | 0.45 | 0 | 0.43 | 206.71 | 1 | 0.29 |
| Hex | 0 | 51 | 92 | 64 | 2D | 0 | 2B | CF | 64 | 1D |
| Octal | 0 | 121 | 222 | 144 | 55 | 0 | 53 | 317 | 144 | 35 |
| Binary | 0 | 1010001 | 10010010 | 1100100 | 101101 | 0 | 101011 | 11001111 | 1100100 | 11101 |
Color Harmonies of #005192
Complementary color
Monochromatic Colors of #005192
Black with #005192
Text Example
Text Example
White with #005192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005192; }
p { color: rgb(0,81,146); }
H1.HeaderClassName
{
color: #005192;
}
.AnyTagClassName
{
color: #005192;
}
</style>
background-color css
<style>
a { background-color: #005192; }
a { background-color: rgb(0,81,146); }
div.DivClassName
{
background-color: #005192;
}
.BgClassName
{
background-color: #005192;
}
</style>
border-color css
<style>
span { border-color: #005192; }
span { border-color: rgb(0,81,146); }
td.TdClassName
{
border-color: #005192;
}
.TagClassName
{
border-color: #005192;
}
</style>