Shades of Dark Cerulean #083F7E
Tints of Dark Cerulean #083F7E
RGB
CMYK
RGB Variations
Color information
#083F7E (or 0x083F7E) is known color: Dark Cerulean. HEX triplet: 08, 3F and 7E. RGB value is (8,63,126). Sum of RGB (Red+Green+Blue) = 8+63+126=197 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.06% from 197); Green value is 63 (25% from 255 or 31.98% from 197); Blue value is 126 (49.61% from 255 or 63.96% from 197); Max value from RGB is 126 - color contains mainly: blue. Hex color #083F7E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083F7E is #F7C081. Grayscale: #353535. Windows color (decimal): -16236674 or 8273672. OLE color: 8273672.
HSL color Cylindrical-coordinate representation of color #083F7E: hue angle of 212.03º 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 #083F7E is Cyan = 0.94, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 8 | 63 | 126 | - |
| CMYK | 0.94 | 0.50 | 0 | 0.51 |
| HSL | 212.03º | 0.88% | 0.26% | - |
| HSV(B) | 212.03º | 0.94% | 0.49% | - |
| XYZ | 5.64 | 5.11 | 20.43 | - |
| YUV | 53.74 | 168.78 | 95.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 63 | 126 | 0.94 | 0.50 | 0 | 0.51 | 212.03 | 0.88 | 0.26 |
| Hex | 8 | 3F | 7E | 5E | 32 | 0 | 33 | D4 | 58 | 1A |
| Octal | 10 | 77 | 176 | 136 | 62 | 0 | 63 | 324 | 130 | 32 |
| Binary | 1000 | 111111 | 1111110 | 1011110 | 110010 | 0 | 110011 | 11010100 | 1011000 | 11010 |
Color Harmonies of #083F7E
Complementary color
Monochromatic Colors of #083F7E
Black with #083F7E
Text Example
Text Example
White with #083F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083F7E; }
p { color: rgb(8,63,126); }
H1.HeaderClassName
{
color: #083F7E;
}
.AnyTagClassName
{
color: #083F7E;
}
</style>
background-color css
<style>
a { background-color: #083F7E; }
a { background-color: rgb(8,63,126); }
div.DivClassName
{
background-color: #083F7E;
}
.BgClassName
{
background-color: #083F7E;
}
</style>
border-color css
<style>
span { border-color: #083F7E; }
span { border-color: rgb(8,63,126); }
td.TdClassName
{
border-color: #083F7E;
}
.TagClassName
{
border-color: #083F7E;
}
</style>