Shades of Dark Cerulean #083E7B
Tints of Dark Cerulean #083E7B
RGB
CMYK
RGB Variations
Color information
#083E7B (or 0x083E7B) is known color: Dark Cerulean. HEX triplet: 08, 3E and 7B. RGB value is (8,62,123). Sum of RGB (Red+Green+Blue) = 8+62+123=193 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.15% from 193); Green value is 62 (24.61% from 255 or 32.12% from 193); Blue value is 123 (48.44% from 255 or 63.73% from 193); Max value from RGB is 123 - color contains mainly: blue. Hex color #083E7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083E7B is #F7C184. Grayscale: #343434. Windows color (decimal): -16236933 or 8076808. OLE color: 8076808.
HSL color Cylindrical-coordinate representation of color #083E7B: hue angle of 211.83º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #083E7B is Cyan = 0.93, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 8 | 62 | 123 | - |
| CMYK | 0.93 | 0.50 | 0 | 0.52 |
| HSL | 211.83º | 0.88% | 0.26% | - |
| HSV(B) | 211.83º | 0.93% | 0.48% | - |
| XYZ | 5.4 | 4.93 | 19.41 | - |
| YUV | 52.81 | 167.61 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 62 | 123 | 0.93 | 0.50 | 0 | 0.52 | 211.83 | 0.88 | 0.26 |
| Hex | 8 | 3E | 7B | 5D | 32 | 0 | 34 | D4 | 58 | 1A |
| Octal | 10 | 76 | 173 | 135 | 62 | 0 | 64 | 324 | 130 | 32 |
| Binary | 1000 | 111110 | 1111011 | 1011101 | 110010 | 0 | 110100 | 11010100 | 1011000 | 11010 |
Color Harmonies of #083E7B
Complementary color
Monochromatic Colors of #083E7B
Black with #083E7B
Text Example
Text Example
White with #083E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083E7B; }
p { color: rgb(8,62,123); }
H1.HeaderClassName
{
color: #083E7B;
}
.AnyTagClassName
{
color: #083E7B;
}
</style>
background-color css
<style>
a { background-color: #083E7B; }
a { background-color: rgb(8,62,123); }
div.DivClassName
{
background-color: #083E7B;
}
.BgClassName
{
background-color: #083E7B;
}
</style>
border-color css
<style>
span { border-color: #083E7B; }
span { border-color: rgb(8,62,123); }
td.TdClassName
{
border-color: #083E7B;
}
.TagClassName
{
border-color: #083E7B;
}
</style>