Shades of Dark Cerulean #083C7A
Tints of Dark Cerulean #083C7A
RGB
CMYK
RGB Variations
Color information
#083C7A (or 0x083C7A) is known color: Dark Cerulean. HEX triplet: 08, 3C and 7A. RGB value is (8,60,122). Sum of RGB (Red+Green+Blue) = 8+60+122=190 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.21% from 190); Green value is 60 (23.83% from 255 or 31.58% from 190); Blue value is 122 (48.05% from 255 or 64.21% from 190); Max value from RGB is 122 - color contains mainly: blue. Hex color #083C7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083C7A is #F7C385. Grayscale: #333333. Windows color (decimal): -16237446 or 8010760. OLE color: 8010760.
HSL color Cylindrical-coordinate representation of color #083C7A: hue angle of 212.63º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #083C7A is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 8 | 60 | 122 | - |
| CMYK | 0.93 | 0.51 | 0 | 0.52 |
| HSL | 212.63º | 0.88% | 0.25% | - |
| HSV(B) | 212.63º | 0.93% | 0.48% | - |
| XYZ | 5.23 | 4.69 | 19.04 | - |
| YUV | 51.52 | 167.77 | 96.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 60 | 122 | 0.93 | 0.51 | 0 | 0.52 | 212.63 | 0.88 | 0.25 |
| Hex | 8 | 3C | 7A | 5D | 33 | 0 | 34 | D5 | 58 | 19 |
| Octal | 10 | 74 | 172 | 135 | 63 | 0 | 64 | 325 | 130 | 31 |
| Binary | 1000 | 111100 | 1111010 | 1011101 | 110011 | 0 | 110100 | 11010101 | 1011000 | 11001 |
Color Harmonies of #083C7A
Complementary color
Monochromatic Colors of #083C7A
Black with #083C7A
Text Example
Text Example
White with #083C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083C7A; }
p { color: rgb(8,60,122); }
H1.HeaderClassName
{
color: #083C7A;
}
.AnyTagClassName
{
color: #083C7A;
}
</style>
background-color css
<style>
a { background-color: #083C7A; }
a { background-color: rgb(8,60,122); }
div.DivClassName
{
background-color: #083C7A;
}
.BgClassName
{
background-color: #083C7A;
}
</style>
border-color css
<style>
span { border-color: #083C7A; }
span { border-color: rgb(8,60,122); }
td.TdClassName
{
border-color: #083C7A;
}
.TagClassName
{
border-color: #083C7A;
}
</style>