Shades of Dark Cerulean #083F7A
Tints of Dark Cerulean #083F7A
RGB
CMYK
RGB Variations
Color information
#083F7A (or 0x083F7A) is known color: Dark Cerulean. HEX triplet: 08, 3F and 7A. RGB value is (8,63,122). Sum of RGB (Red+Green+Blue) = 8+63+122=193 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.15% from 193); Green value is 63 (25% from 255 or 32.64% from 193); Blue value is 122 (48.05% from 255 or 63.21% from 193); Max value from RGB is 122 - color contains mainly: blue. Hex color #083F7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083F7A is #F7C085. Grayscale: #343434. Windows color (decimal): -16236678 or 8011528. OLE color: 8011528.
HSL color Cylindrical-coordinate representation of color #083F7A: hue angle of 211.05º 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 #083F7A is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 8 | 63 | 122 | - |
| CMYK | 0.93 | 0.48 | 0 | 0.52 |
| HSL | 211.05º | 0.88% | 0.25% | - |
| HSV(B) | 211.05º | 0.93% | 0.48% | - |
| XYZ | 5.39 | 5.01 | 19.1 | - |
| YUV | 53.28 | 166.78 | 95.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 63 | 122 | 0.93 | 0.48 | 0 | 0.52 | 211.05 | 0.88 | 0.25 |
| Hex | 8 | 3F | 7A | 5D | 30 | 0 | 34 | D3 | 58 | 19 |
| Octal | 10 | 77 | 172 | 135 | 60 | 0 | 64 | 323 | 130 | 31 |
| Binary | 1000 | 111111 | 1111010 | 1011101 | 110000 | 0 | 110100 | 11010011 | 1011000 | 11001 |
Color Harmonies of #083F7A
Complementary color
Monochromatic Colors of #083F7A
Black with #083F7A
Text Example
Text Example
White with #083F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083F7A; }
p { color: rgb(8,63,122); }
H1.HeaderClassName
{
color: #083F7A;
}
.AnyTagClassName
{
color: #083F7A;
}
</style>
background-color css
<style>
a { background-color: #083F7A; }
a { background-color: rgb(8,63,122); }
div.DivClassName
{
background-color: #083F7A;
}
.BgClassName
{
background-color: #083F7A;
}
</style>
border-color css
<style>
span { border-color: #083F7A; }
span { border-color: rgb(8,63,122); }
td.TdClassName
{
border-color: #083F7A;
}
.TagClassName
{
border-color: #083F7A;
}
</style>