Shades of Dark Cerulean #084D90
Tints of Dark Cerulean #084D90
RGB
CMYK
RGB Variations
Color information
#084D90 (or 0x084D90) is known color: Dark Cerulean. HEX triplet: 08, 4D and 90. RGB value is (8,77,144). Sum of RGB (Red+Green+Blue) = 8+77+144=229 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.49% from 229); Green value is 77 (30.47% from 255 or 33.62% from 229); Blue value is 144 (56.64% from 255 or 62.88% from 229); Max value from RGB is 144 - color contains mainly: blue. Hex color #084D90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #084D90 is #F7B26F. Grayscale: #3F3F3F. Windows color (decimal): -16233072 or 9456904. OLE color: 9456904.
HSL color Cylindrical-coordinate representation of color #084D90: hue angle of 209.56º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #084D90 is Cyan = 0.94, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 8 | 77 | 144 | - |
| CMYK | 0.94 | 0.47 | 0 | 0.44 |
| HSL | 209.56º | 0.89% | 0.3% | - |
| HSV(B) | 209.56º | 0.94% | 0.56% | - |
| XYZ | 7.79 | 7.37 | 27.4 | - |
| YUV | 64.01 | 173.14 | 88.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 77 | 144 | 0.94 | 0.47 | 0 | 0.44 | 209.56 | 0.89 | 0.3 |
| Hex | 8 | 4D | 90 | 5E | 2F | 0 | 2C | D2 | 59 | 1E |
| Octal | 10 | 115 | 220 | 136 | 57 | 0 | 54 | 322 | 131 | 36 |
| Binary | 1000 | 1001101 | 10010000 | 1011110 | 101111 | 0 | 101100 | 11010010 | 1011001 | 11110 |
Color Harmonies of #084D90
Complementary color
Monochromatic Colors of #084D90
Black with #084D90
Text Example
Text Example
White with #084D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084D90; }
p { color: rgb(8,77,144); }
H1.HeaderClassName
{
color: #084D90;
}
.AnyTagClassName
{
color: #084D90;
}
</style>
background-color css
<style>
a { background-color: #084D90; }
a { background-color: rgb(8,77,144); }
div.DivClassName
{
background-color: #084D90;
}
.BgClassName
{
background-color: #084D90;
}
</style>
border-color css
<style>
span { border-color: #084D90; }
span { border-color: rgb(8,77,144); }
td.TdClassName
{
border-color: #084D90;
}
.TagClassName
{
border-color: #084D90;
}
</style>