Shades of Dark Cerulean #084677
Tints of Dark Cerulean #084677
RGB
CMYK
RGB Variations
Color information
#084677 (or 0x084677) is known color: Dark Cerulean. HEX triplet: 08, 46 and 77. RGB value is (8,70,119). Sum of RGB (Red+Green+Blue) = 8+70+119=197 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.06% from 197); Green value is 70 (27.73% from 255 or 35.53% from 197); Blue value is 119 (46.88% from 255 or 60.41% from 197); Max value from RGB is 119 - color contains mainly: blue. Hex color #084677 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084677 is #F7B988. Grayscale: #383838. Windows color (decimal): -16234889 or 7816712. OLE color: 7816712.
HSL color Cylindrical-coordinate representation of color #084677: hue angle of 206.49º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #084677 is Cyan = 0.93, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 8 | 70 | 119 | - |
| CMYK | 0.93 | 0.41 | 0 | 0.53 |
| HSL | 206.49º | 0.87% | 0.25% | - |
| HSV(B) | 206.49º | 0.93% | 0.47% | - |
| XYZ | 5.62 | 5.76 | 18.27 | - |
| YUV | 57.05 | 162.96 | 93.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 70 | 119 | 0.93 | 0.41 | 0 | 0.53 | 206.49 | 0.87 | 0.25 |
| Hex | 8 | 46 | 77 | 5D | 29 | 0 | 35 | CE | 57 | 19 |
| Octal | 10 | 106 | 167 | 135 | 51 | 0 | 65 | 316 | 127 | 31 |
| Binary | 1000 | 1000110 | 1110111 | 1011101 | 101001 | 0 | 110101 | 11001110 | 1010111 | 11001 |
Color Harmonies of #084677
Complementary color
Monochromatic Colors of #084677
Black with #084677
Text Example
Text Example
White with #084677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084677; }
p { color: rgb(8,70,119); }
H1.HeaderClassName
{
color: #084677;
}
.AnyTagClassName
{
color: #084677;
}
</style>
background-color css
<style>
a { background-color: #084677; }
a { background-color: rgb(8,70,119); }
div.DivClassName
{
background-color: #084677;
}
.BgClassName
{
background-color: #084677;
}
</style>
border-color css
<style>
span { border-color: #084677; }
span { border-color: rgb(8,70,119); }
td.TdClassName
{
border-color: #084677;
}
.TagClassName
{
border-color: #084677;
}
</style>