Shades of Dark Cerulean #084A6C
Tints of Dark Cerulean #084A6C
RGB
CMYK
RGB Variations
Color information
#084A6C (or 0x084A6C) is known color: Dark Cerulean. HEX triplet: 08, 4A and 6C. RGB value is (8,74,108). Sum of RGB (Red+Green+Blue) = 8+74+108=190 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.21% from 190); Green value is 74 (29.30% from 255 or 38.95% from 190); Blue value is 108 (42.58% from 255 or 56.84% from 190); Max value from RGB is 108 - color contains mainly: blue. Hex color #084A6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084A6C is #F7B593. Grayscale: #393939. Windows color (decimal): -16233876 or 7096840. OLE color: 7096840.
HSL color Cylindrical-coordinate representation of color #084A6C: hue angle of 200.4º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #084A6C is Cyan = 0.93, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 8 | 74 | 108 | - |
| CMYK | 0.93 | 0.31 | 0 | 0.58 |
| HSL | 200.4º | 0.86% | 0.23% | - |
| HSV(B) | 200.4º | 0.93% | 0.42% | - |
| XYZ | 5.26 | 6.03 | 15.07 | - |
| YUV | 58.14 | 156.13 | 92.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 74 | 108 | 0.93 | 0.31 | 0 | 0.58 | 200.4 | 0.86 | 0.23 |
| Hex | 8 | 4A | 6C | 5D | 1F | 0 | 3A | C8 | 56 | 17 |
| Octal | 10 | 112 | 154 | 135 | 37 | 0 | 72 | 310 | 126 | 27 |
| Binary | 1000 | 1001010 | 1101100 | 1011101 | 11111 | 0 | 111010 | 11001000 | 1010110 | 10111 |
Color Harmonies of #084A6C
Complementary color
Monochromatic Colors of #084A6C
Black with #084A6C
Text Example
Text Example
White with #084A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084A6C; }
p { color: rgb(8,74,108); }
H1.HeaderClassName
{
color: #084A6C;
}
.AnyTagClassName
{
color: #084A6C;
}
</style>
background-color css
<style>
a { background-color: #084A6C; }
a { background-color: rgb(8,74,108); }
div.DivClassName
{
background-color: #084A6C;
}
.BgClassName
{
background-color: #084A6C;
}
</style>
border-color css
<style>
span { border-color: #084A6C; }
span { border-color: rgb(8,74,108); }
td.TdClassName
{
border-color: #084A6C;
}
.TagClassName
{
border-color: #084A6C;
}
</style>