Shades of Dark Cerulean #084376
Tints of Dark Cerulean #084376
RGB
CMYK
RGB Variations
Color information
#084376 (or 0x084376) is known color: Dark Cerulean. HEX triplet: 08, 43 and 76. RGB value is (8,67,118). Sum of RGB (Red+Green+Blue) = 8+67+118=193 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.15% from 193); Green value is 67 (26.56% from 255 or 34.72% from 193); Blue value is 118 (46.48% from 255 or 61.14% from 193); Max value from RGB is 118 - color contains mainly: blue. Hex color #084376 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084376 is #F7BC89. Grayscale: #363636. Windows color (decimal): -16235658 or 7750408. OLE color: 7750408.
HSL color Cylindrical-coordinate representation of color #084376: hue angle of 207.82º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #084376 is Cyan = 0.93, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 8 | 67 | 118 | - |
| CMYK | 0.93 | 0.43 | 0 | 0.54 |
| HSL | 207.82º | 0.87% | 0.25% | - |
| HSV(B) | 207.82º | 0.93% | 0.46% | - |
| XYZ | 5.38 | 5.37 | 17.89 | - |
| YUV | 55.17 | 163.45 | 94.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 67 | 118 | 0.93 | 0.43 | 0 | 0.54 | 207.82 | 0.87 | 0.25 |
| Hex | 8 | 43 | 76 | 5D | 2B | 0 | 36 | D0 | 57 | 19 |
| Octal | 10 | 103 | 166 | 135 | 53 | 0 | 66 | 320 | 127 | 31 |
| Binary | 1000 | 1000011 | 1110110 | 1011101 | 101011 | 0 | 110110 | 11010000 | 1010111 | 11001 |
Color Harmonies of #084376
Complementary color
Monochromatic Colors of #084376
Black with #084376
Text Example
Text Example
White with #084376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084376; }
p { color: rgb(8,67,118); }
H1.HeaderClassName
{
color: #084376;
}
.AnyTagClassName
{
color: #084376;
}
</style>
background-color css
<style>
a { background-color: #084376; }
a { background-color: rgb(8,67,118); }
div.DivClassName
{
background-color: #084376;
}
.BgClassName
{
background-color: #084376;
}
</style>
border-color css
<style>
span { border-color: #084376; }
span { border-color: rgb(8,67,118); }
td.TdClassName
{
border-color: #084376;
}
.TagClassName
{
border-color: #084376;
}
</style>