Shades of Dark Cerulean #083E70
Tints of Dark Cerulean #083E70
RGB
CMYK
RGB Variations
Color information
#083E70 (or 0x083E70) is known color: Dark Cerulean. HEX triplet: 08, 3E and 70. RGB value is (8,62,112). Sum of RGB (Red+Green+Blue) = 8+62+112=182 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.40% from 182); Green value is 62 (24.61% from 255 or 34.07% from 182); Blue value is 112 (44.14% from 255 or 61.54% from 182); Max value from RGB is 112 - color contains mainly: blue. Hex color #083E70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083E70 is #F7C18F. Grayscale: #333333. Windows color (decimal): -16236944 or 7355912. OLE color: 7355912.
HSL color Cylindrical-coordinate representation of color #083E70: hue angle of 208.85º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #083E70 is Cyan = 0.93, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 8 | 62 | 112 | - |
| CMYK | 0.93 | 0.45 | 0 | 0.56 |
| HSL | 208.85º | 0.87% | 0.24% | - |
| HSV(B) | 208.85º | 0.93% | 0.44% | - |
| XYZ | 4.75 | 4.67 | 15.98 | - |
| YUV | 51.55 | 162.11 | 96.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 62 | 112 | 0.93 | 0.45 | 0 | 0.56 | 208.85 | 0.87 | 0.24 |
| Hex | 8 | 3E | 70 | 5D | 2D | 0 | 38 | D1 | 57 | 18 |
| Octal | 10 | 76 | 160 | 135 | 55 | 0 | 70 | 321 | 127 | 30 |
| Binary | 1000 | 111110 | 1110000 | 1011101 | 101101 | 0 | 111000 | 11010001 | 1010111 | 11000 |
Color Harmonies of #083E70
Complementary color
Monochromatic Colors of #083E70
Black with #083E70
Text Example
Text Example
White with #083E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083E70; }
p { color: rgb(8,62,112); }
H1.HeaderClassName
{
color: #083E70;
}
.AnyTagClassName
{
color: #083E70;
}
</style>
background-color css
<style>
a { background-color: #083E70; }
a { background-color: rgb(8,62,112); }
div.DivClassName
{
background-color: #083E70;
}
.BgClassName
{
background-color: #083E70;
}
</style>
border-color css
<style>
span { border-color: #083E70; }
span { border-color: rgb(8,62,112); }
td.TdClassName
{
border-color: #083E70;
}
.TagClassName
{
border-color: #083E70;
}
</style>