Shades of Dark Cerulean #005092
Tints of Dark Cerulean #005092
RGB
CMYK
RGB Variations
Color information
#005092 (or 0x005092) is known color: Dark Cerulean. HEX triplet: 00, 50 and 92. RGB value is (0,80,146). Sum of RGB (Red+Green+Blue) = 0+80+146=226 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 226); Green value is 80 (31.64% from 255 or 35.40% from 226); Blue value is 146 (57.42% from 255 or 64.60% from 226); Max value from RGB is 146 - color contains mainly: blue. Hex color #005092 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005092 is #FFAF6D. Grayscale: #3F3F3F. Windows color (decimal): -16756590 or 9588736. OLE color: 9588736.
HSL color Cylindrical-coordinate representation of color #005092: hue angle of 207.12º 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 #005092 is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 80 | 146 | - |
| CMYK | 1 | 0.45 | 0 | 0.43 |
| HSL | 207.12º | 1% | 0.29% | - |
| HSV(B) | 207.12º | 1% | 0.57% | - |
| XYZ | 8.06 | 7.81 | 28.28 | - |
| YUV | 63.6 | 174.5 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 80 | 146 | 1 | 0.45 | 0 | 0.43 | 207.12 | 1 | 0.29 |
| Hex | 0 | 50 | 92 | 64 | 2D | 0 | 2B | CF | 64 | 1D |
| Octal | 0 | 120 | 222 | 144 | 55 | 0 | 53 | 317 | 144 | 35 |
| Binary | 0 | 1010000 | 10010010 | 1100100 | 101101 | 0 | 101011 | 11001111 | 1100100 | 11101 |
Color Harmonies of #005092
Complementary color
Monochromatic Colors of #005092
Black with #005092
Text Example
Text Example
White with #005092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005092; }
p { color: rgb(0,80,146); }
H1.HeaderClassName
{
color: #005092;
}
.AnyTagClassName
{
color: #005092;
}
</style>
background-color css
<style>
a { background-color: #005092; }
a { background-color: rgb(0,80,146); }
div.DivClassName
{
background-color: #005092;
}
.BgClassName
{
background-color: #005092;
}
</style>
border-color css
<style>
span { border-color: #005092; }
span { border-color: rgb(0,80,146); }
td.TdClassName
{
border-color: #005092;
}
.TagClassName
{
border-color: #005092;
}
</style>