Shades of Dark Cerulean #084575
Tints of Dark Cerulean #084575
RGB
CMYK
RGB Variations
Color information
#084575 (or 0x084575) is known color: Dark Cerulean. HEX triplet: 08, 45 and 75. RGB value is (8,69,117). Sum of RGB (Red+Green+Blue) = 8+69+117=194 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.12% from 194); Green value is 69 (27.34% from 255 or 35.57% from 194); Blue value is 117 (46.09% from 255 or 60.31% from 194); Max value from RGB is 117 - color contains mainly: blue. Hex color #084575 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084575 is #F7BA8A. Grayscale: #373737. Windows color (decimal): -16235147 or 7685384. OLE color: 7685384.
HSL color Cylindrical-coordinate representation of color #084575: hue angle of 206.42º 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 #084575 is Cyan = 0.93, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 8 | 69 | 117 | - |
| CMYK | 0.93 | 0.41 | 0 | 0.54 |
| HSL | 206.42º | 0.87% | 0.25% | - |
| HSV(B) | 206.42º | 0.93% | 0.46% | - |
| XYZ | 5.44 | 5.59 | 17.62 | - |
| YUV | 56.23 | 162.29 | 93.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 69 | 117 | 0.93 | 0.41 | 0 | 0.54 | 206.42 | 0.87 | 0.25 |
| Hex | 8 | 45 | 75 | 5D | 29 | 0 | 36 | CE | 57 | 19 |
| Octal | 10 | 105 | 165 | 135 | 51 | 0 | 66 | 316 | 127 | 31 |
| Binary | 1000 | 1000101 | 1110101 | 1011101 | 101001 | 0 | 110110 | 11001110 | 1010111 | 11001 |
Color Harmonies of #084575
Complementary color
Monochromatic Colors of #084575
Black with #084575
Text Example
Text Example
White with #084575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084575; }
p { color: rgb(8,69,117); }
H1.HeaderClassName
{
color: #084575;
}
.AnyTagClassName
{
color: #084575;
}
</style>
background-color css
<style>
a { background-color: #084575; }
a { background-color: rgb(8,69,117); }
div.DivClassName
{
background-color: #084575;
}
.BgClassName
{
background-color: #084575;
}
</style>
border-color css
<style>
span { border-color: #084575; }
span { border-color: rgb(8,69,117); }
td.TdClassName
{
border-color: #084575;
}
.TagClassName
{
border-color: #084575;
}
</style>