Shades of Dark Cerulean #084683
Tints of Dark Cerulean #084683
RGB
CMYK
RGB Variations
Color information
#084683 (or 0x084683) is known color: Dark Cerulean. HEX triplet: 08, 46 and 83. RGB value is (8,70,131). Sum of RGB (Red+Green+Blue) = 8+70+131=209 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.83% from 209); Green value is 70 (27.73% from 255 or 33.49% from 209); Blue value is 131 (51.56% from 255 or 62.68% from 209); Max value from RGB is 131 - color contains mainly: blue. Hex color #084683 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084683 is #F7B97C. Grayscale: #3A3A3A. Windows color (decimal): -16234877 or 8603144. OLE color: 8603144.
HSL color Cylindrical-coordinate representation of color #084683: hue angle of 209.76º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #084683 is Cyan = 0.94, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 8 | 70 | 131 | - |
| CMYK | 0.94 | 0.47 | 0 | 0.49 |
| HSL | 209.76º | 0.88% | 0.27% | - |
| HSV(B) | 209.76º | 0.94% | 0.51% | - |
| XYZ | 6.39 | 6.07 | 22.31 | - |
| YUV | 58.42 | 168.96 | 92.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 70 | 131 | 0.94 | 0.47 | 0 | 0.49 | 209.76 | 0.88 | 0.27 |
| Hex | 8 | 46 | 83 | 5E | 2F | 0 | 31 | D2 | 58 | 1B |
| Octal | 10 | 106 | 203 | 136 | 57 | 0 | 61 | 322 | 130 | 33 |
| Binary | 1000 | 1000110 | 10000011 | 1011110 | 101111 | 0 | 110001 | 11010010 | 1011000 | 11011 |
Color Harmonies of #084683
Complementary color
Monochromatic Colors of #084683
Black with #084683
Text Example
Text Example
White with #084683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084683; }
p { color: rgb(8,70,131); }
H1.HeaderClassName
{
color: #084683;
}
.AnyTagClassName
{
color: #084683;
}
</style>
background-color css
<style>
a { background-color: #084683; }
a { background-color: rgb(8,70,131); }
div.DivClassName
{
background-color: #084683;
}
.BgClassName
{
background-color: #084683;
}
</style>
border-color css
<style>
span { border-color: #084683; }
span { border-color: rgb(8,70,131); }
td.TdClassName
{
border-color: #084683;
}
.TagClassName
{
border-color: #084683;
}
</style>