Shades of Dark Cerulean #084C92
Tints of Dark Cerulean #084C92
RGB
CMYK
RGB Variations
Color information
#084C92 (or 0x084C92) is known color: Dark Cerulean. HEX triplet: 08, 4C and 92. RGB value is (8,76,146). Sum of RGB (Red+Green+Blue) = 8+76+146=230 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.48% from 230); Green value is 76 (30.08% from 255 or 33.04% from 230); Blue value is 146 (57.42% from 255 or 63.48% from 230); Max value from RGB is 146 - color contains mainly: blue. Hex color #084C92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084C92 is #F7B36D. Grayscale: #3F3F3F. Windows color (decimal): -16233326 or 9587720. OLE color: 9587720.
HSL color Cylindrical-coordinate representation of color #084C92: hue angle of 210.43º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #084C92 is Cyan = 0.95, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 8 | 76 | 146 | - |
| CMYK | 0.95 | 0.48 | 0 | 0.43 |
| HSL | 210.43º | 0.9% | 0.3% | - |
| HSV(B) | 210.43º | 0.95% | 0.57% | - |
| XYZ | 7.87 | 7.3 | 28.19 | - |
| YUV | 63.65 | 174.47 | 88.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 76 | 146 | 0.95 | 0.48 | 0 | 0.43 | 210.43 | 0.9 | 0.3 |
| Hex | 8 | 4C | 92 | 5F | 30 | 0 | 2B | D2 | 5A | 1E |
| Octal | 10 | 114 | 222 | 137 | 60 | 0 | 53 | 322 | 132 | 36 |
| Binary | 1000 | 1001100 | 10010010 | 1011111 | 110000 | 0 | 101011 | 11010010 | 1011010 | 11110 |
Color Harmonies of #084C92
Complementary color
Monochromatic Colors of #084C92
Black with #084C92
Text Example
Text Example
White with #084C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084C92; }
p { color: rgb(8,76,146); }
H1.HeaderClassName
{
color: #084C92;
}
.AnyTagClassName
{
color: #084C92;
}
</style>
background-color css
<style>
a { background-color: #084C92; }
a { background-color: rgb(8,76,146); }
div.DivClassName
{
background-color: #084C92;
}
.BgClassName
{
background-color: #084C92;
}
</style>
border-color css
<style>
span { border-color: #084C92; }
span { border-color: rgb(8,76,146); }
td.TdClassName
{
border-color: #084C92;
}
.TagClassName
{
border-color: #084C92;
}
</style>