Shades of Dark Cerulean #084180
Tints of Dark Cerulean #084180
RGB
CMYK
RGB Variations
Color information
#084180 (or 0x084180) is known color: Dark Cerulean. HEX triplet: 08, 41 and 80. RGB value is (8,65,128). Sum of RGB (Red+Green+Blue) = 8+65+128=201 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.98% from 201); Green value is 65 (25.78% from 255 or 32.34% from 201); Blue value is 128 (50.39% from 255 or 63.68% from 201); Max value from RGB is 128 - color contains mainly: blue. Hex color #084180 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084180 is #F7BE7F. Grayscale: #363636. Windows color (decimal): -16236160 or 8405256. OLE color: 8405256.
HSL color Cylindrical-coordinate representation of color #084180: hue angle of 211.5º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #084180 is Cyan = 0.94, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 8 | 65 | 128 | - |
| CMYK | 0.94 | 0.49 | 0 | 0.50 |
| HSL | 211.5º | 0.88% | 0.27% | - |
| HSV(B) | 211.5º | 0.94% | 0.5% | - |
| XYZ | 5.89 | 5.39 | 21.15 | - |
| YUV | 55.14 | 169.12 | 94.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 65 | 128 | 0.94 | 0.49 | 0 | 0.50 | 211.5 | 0.88 | 0.27 |
| Hex | 8 | 41 | 80 | 5E | 31 | 0 | 32 | D4 | 58 | 1B |
| Octal | 10 | 101 | 200 | 136 | 61 | 0 | 62 | 324 | 130 | 33 |
| Binary | 1000 | 1000001 | 10000000 | 1011110 | 110001 | 0 | 110010 | 11010100 | 1011000 | 11011 |
Color Harmonies of #084180
Complementary color
Monochromatic Colors of #084180
Black with #084180
Text Example
Text Example
White with #084180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084180; }
p { color: rgb(8,65,128); }
H1.HeaderClassName
{
color: #084180;
}
.AnyTagClassName
{
color: #084180;
}
</style>
background-color css
<style>
a { background-color: #084180; }
a { background-color: rgb(8,65,128); }
div.DivClassName
{
background-color: #084180;
}
.BgClassName
{
background-color: #084180;
}
</style>
border-color css
<style>
span { border-color: #084180; }
span { border-color: rgb(8,65,128); }
td.TdClassName
{
border-color: #084180;
}
.TagClassName
{
border-color: #084180;
}
</style>