Shades of Dark Cerulean #083B7D
Tints of Dark Cerulean #083B7D
RGB
CMYK
RGB Variations
Color information
#083B7D (or 0x083B7D) is known color: Dark Cerulean. HEX triplet: 08, 3B and 7D. RGB value is (8,59,125). Sum of RGB (Red+Green+Blue) = 8+59+125=192 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.17% from 192); Green value is 59 (23.44% from 255 or 30.73% from 192); Blue value is 125 (49.22% from 255 or 65.10% from 192); Max value from RGB is 125 - color contains mainly: blue. Hex color #083B7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083B7D is #F7C482. Grayscale: #323232. Windows color (decimal): -16237699 or 8207112. OLE color: 8207112.
HSL color Cylindrical-coordinate representation of color #083B7D: hue angle of 213.85º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #083B7D is Cyan = 0.94, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 8 | 59 | 125 | - |
| CMYK | 0.94 | 0.53 | 0 | 0.51 |
| HSL | 213.85º | 0.88% | 0.26% | - |
| HSV(B) | 213.85º | 0.94% | 0.49% | - |
| XYZ | 5.37 | 4.66 | 20.02 | - |
| YUV | 51.28 | 169.6 | 97.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 59 | 125 | 0.94 | 0.53 | 0 | 0.51 | 213.85 | 0.88 | 0.26 |
| Hex | 8 | 3B | 7D | 5E | 35 | 0 | 33 | D6 | 58 | 1A |
| Octal | 10 | 73 | 175 | 136 | 65 | 0 | 63 | 326 | 130 | 32 |
| Binary | 1000 | 111011 | 1111101 | 1011110 | 110101 | 0 | 110011 | 11010110 | 1011000 | 11010 |
Color Harmonies of #083B7D
Complementary color
Monochromatic Colors of #083B7D
Black with #083B7D
Text Example
Text Example
White with #083B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083B7D; }
p { color: rgb(8,59,125); }
H1.HeaderClassName
{
color: #083B7D;
}
.AnyTagClassName
{
color: #083B7D;
}
</style>
background-color css
<style>
a { background-color: #083B7D; }
a { background-color: rgb(8,59,125); }
div.DivClassName
{
background-color: #083B7D;
}
.BgClassName
{
background-color: #083B7D;
}
</style>
border-color css
<style>
span { border-color: #083B7D; }
span { border-color: rgb(8,59,125); }
td.TdClassName
{
border-color: #083B7D;
}
.TagClassName
{
border-color: #083B7D;
}
</style>