Shades of Dark Cerulean #083F8A
Tints of Dark Cerulean #083F8A
RGB
CMYK
RGB Variations
Color information
#083F8A (or 0x083F8A) is known color: Dark Cerulean. HEX triplet: 08, 3F and 8A. RGB value is (8,63,138). Sum of RGB (Red+Green+Blue) = 8+63+138=209 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.83% from 209); Green value is 63 (25% from 255 or 30.14% from 209); Blue value is 138 (54.30% from 255 or 66.03% from 209); Max value from RGB is 138 - color contains mainly: blue. Hex color #083F8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083F8A is #F7C075. Grayscale: #363636. Windows color (decimal): -16236662 or 9060104. OLE color: 9060104.
HSL color Cylindrical-coordinate representation of color #083F8A: hue angle of 214.62º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #083F8A is Cyan = 0.94, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 8 | 63 | 138 | - |
| CMYK | 0.94 | 0.54 | 0 | 0.46 |
| HSL | 214.62º | 0.89% | 0.29% | - |
| HSV(B) | 214.62º | 0.94% | 0.54% | - |
| XYZ | 6.47 | 5.44 | 24.75 | - |
| YUV | 55.11 | 174.78 | 94.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 63 | 138 | 0.94 | 0.54 | 0 | 0.46 | 214.62 | 0.89 | 0.29 |
| Hex | 8 | 3F | 8A | 5E | 36 | 0 | 2E | D7 | 59 | 1D |
| Octal | 10 | 77 | 212 | 136 | 66 | 0 | 56 | 327 | 131 | 35 |
| Binary | 1000 | 111111 | 10001010 | 1011110 | 110110 | 0 | 101110 | 11010111 | 1011001 | 11101 |
Color Harmonies of #083F8A
Complementary color
Monochromatic Colors of #083F8A
Black with #083F8A
Text Example
Text Example
White with #083F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083F8A; }
p { color: rgb(8,63,138); }
H1.HeaderClassName
{
color: #083F8A;
}
.AnyTagClassName
{
color: #083F8A;
}
</style>
background-color css
<style>
a { background-color: #083F8A; }
a { background-color: rgb(8,63,138); }
div.DivClassName
{
background-color: #083F8A;
}
.BgClassName
{
background-color: #083F8A;
}
</style>
border-color css
<style>
span { border-color: #083F8A; }
span { border-color: rgb(8,63,138); }
td.TdClassName
{
border-color: #083F8A;
}
.TagClassName
{
border-color: #083F8A;
}
</style>