Shades of Dark Cerulean #083D77
Tints of Dark Cerulean #083D77
RGB
CMYK
RGB Variations
Color information
#083D77 (or 0x083D77) is known color: Dark Cerulean. HEX triplet: 08, 3D and 77. RGB value is (8,61,119). Sum of RGB (Red+Green+Blue) = 8+61+119=188 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.26% from 188); Green value is 61 (24.22% from 255 or 32.45% from 188); Blue value is 119 (46.88% from 255 or 63.30% from 188); Max value from RGB is 119 - color contains mainly: blue. Hex color #083D77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083D77 is #F7C288. Grayscale: #333333. Windows color (decimal): -16237193 or 7814408. OLE color: 7814408.
HSL color Cylindrical-coordinate representation of color #083D77: hue angle of 211.35º 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 #083D77 is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 8 | 61 | 119 | - |
| CMYK | 0.93 | 0.49 | 0 | 0.53 |
| HSL | 211.35º | 0.87% | 0.25% | - |
| HSV(B) | 211.35º | 0.93% | 0.47% | - |
| XYZ | 5.1 | 4.72 | 18.1 | - |
| YUV | 51.77 | 165.94 | 96.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 61 | 119 | 0.93 | 0.49 | 0 | 0.53 | 211.35 | 0.87 | 0.25 |
| Hex | 8 | 3D | 77 | 5D | 31 | 0 | 35 | D3 | 57 | 19 |
| Octal | 10 | 75 | 167 | 135 | 61 | 0 | 65 | 323 | 127 | 31 |
| Binary | 1000 | 111101 | 1110111 | 1011101 | 110001 | 0 | 110101 | 11010011 | 1010111 | 11001 |
Color Harmonies of #083D77
Complementary color
Monochromatic Colors of #083D77
Black with #083D77
Text Example
Text Example
White with #083D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083D77; }
p { color: rgb(8,61,119); }
H1.HeaderClassName
{
color: #083D77;
}
.AnyTagClassName
{
color: #083D77;
}
</style>
background-color css
<style>
a { background-color: #083D77; }
a { background-color: rgb(8,61,119); }
div.DivClassName
{
background-color: #083D77;
}
.BgClassName
{
background-color: #083D77;
}
</style>
border-color css
<style>
span { border-color: #083D77; }
span { border-color: rgb(8,61,119); }
td.TdClassName
{
border-color: #083D77;
}
.TagClassName
{
border-color: #083D77;
}
</style>