Shades of Dark Cerulean #083A74
Tints of Dark Cerulean #083A74
RGB
CMYK
RGB Variations
Color information
#083A74 (or 0x083A74) is known color: Dark Cerulean. HEX triplet: 08, 3A and 74. RGB value is (8,58,116). Sum of RGB (Red+Green+Blue) = 8+58+116=182 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.40% from 182); Green value is 58 (23.05% from 255 or 31.87% from 182); Blue value is 116 (45.70% from 255 or 63.74% from 182); Max value from RGB is 116 - color contains mainly: blue. Hex color #083A74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083A74 is #F7C58B. Grayscale: #313131. Windows color (decimal): -16237964 or 7617032. OLE color: 7617032.
HSL color Cylindrical-coordinate representation of color #083A74: hue angle of 212.22º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #083A74 is Cyan = 0.93, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 8 | 58 | 116 | - |
| CMYK | 0.93 | 0.5 | 0 | 0.55 |
| HSL | 212.22º | 0.87% | 0.24% | - |
| HSV(B) | 212.22º | 0.93% | 0.45% | - |
| XYZ | 4.77 | 4.34 | 17.11 | - |
| YUV | 49.66 | 165.44 | 98.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 58 | 116 | 0.93 | 0.5 | 0 | 0.55 | 212.22 | 0.87 | 0.24 |
| Hex | 8 | 3A | 74 | 5D | 32 | 0 | 37 | D4 | 57 | 18 |
| Octal | 10 | 72 | 164 | 135 | 62 | 0 | 67 | 324 | 127 | 30 |
| Binary | 1000 | 111010 | 1110100 | 1011101 | 110010 | 0 | 110111 | 11010100 | 1010111 | 11000 |
Color Harmonies of #083A74
Complementary color
Monochromatic Colors of #083A74
Black with #083A74
Text Example
Text Example
White with #083A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083A74; }
p { color: rgb(8,58,116); }
H1.HeaderClassName
{
color: #083A74;
}
.AnyTagClassName
{
color: #083A74;
}
</style>
background-color css
<style>
a { background-color: #083A74; }
a { background-color: rgb(8,58,116); }
div.DivClassName
{
background-color: #083A74;
}
.BgClassName
{
background-color: #083A74;
}
</style>
border-color css
<style>
span { border-color: #083A74; }
span { border-color: rgb(8,58,116); }
td.TdClassName
{
border-color: #083A74;
}
.TagClassName
{
border-color: #083A74;
}
</style>