Shades of Dark Cerulean #083D7C
Tints of Dark Cerulean #083D7C
RGB
CMYK
RGB Variations
Color information
#083D7C (or 0x083D7C) is known color: Dark Cerulean. HEX triplet: 08, 3D and 7C. RGB value is (8,61,124). Sum of RGB (Red+Green+Blue) = 8+61+124=193 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.15% from 193); Green value is 61 (24.22% from 255 or 31.61% from 193); Blue value is 124 (48.83% from 255 or 64.25% from 193); Max value from RGB is 124 - color contains mainly: blue. Hex color #083D7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083D7C is #F7C283. Grayscale: #343434. Windows color (decimal): -16237188 or 8142088. OLE color: 8142088.
HSL color Cylindrical-coordinate representation of color #083D7C: hue angle of 212.59º 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 #083D7C is Cyan = 0.94, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 8 | 61 | 124 | - |
| CMYK | 0.94 | 0.51 | 0 | 0.51 |
| HSL | 212.59º | 0.88% | 0.26% | - |
| HSV(B) | 212.59º | 0.94% | 0.49% | - |
| XYZ | 5.41 | 4.84 | 19.72 | - |
| YUV | 52.34 | 168.44 | 96.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 61 | 124 | 0.94 | 0.51 | 0 | 0.51 | 212.59 | 0.88 | 0.26 |
| Hex | 8 | 3D | 7C | 5E | 33 | 0 | 33 | D5 | 58 | 1A |
| Octal | 10 | 75 | 174 | 136 | 63 | 0 | 63 | 325 | 130 | 32 |
| Binary | 1000 | 111101 | 1111100 | 1011110 | 110011 | 0 | 110011 | 11010101 | 1011000 | 11010 |
Color Harmonies of #083D7C
Complementary color
Monochromatic Colors of #083D7C
Black with #083D7C
Text Example
Text Example
White with #083D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083D7C; }
p { color: rgb(8,61,124); }
H1.HeaderClassName
{
color: #083D7C;
}
.AnyTagClassName
{
color: #083D7C;
}
</style>
background-color css
<style>
a { background-color: #083D7C; }
a { background-color: rgb(8,61,124); }
div.DivClassName
{
background-color: #083D7C;
}
.BgClassName
{
background-color: #083D7C;
}
</style>
border-color css
<style>
span { border-color: #083D7C; }
span { border-color: rgb(8,61,124); }
td.TdClassName
{
border-color: #083D7C;
}
.TagClassName
{
border-color: #083D7C;
}
</style>