Shades of Dark Cerulean #083D8C
Tints of Dark Cerulean #083D8C
RGB
CMYK
RGB Variations
Color information
#083D8C (or 0x083D8C) is known color: Dark Cerulean. HEX triplet: 08, 3D and 8C. RGB value is (8,61,140). Sum of RGB (Red+Green+Blue) = 8+61+140=209 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.83% from 209); Green value is 61 (24.22% from 255 or 29.19% from 209); Blue value is 140 (55.08% from 255 or 66.99% from 209); Max value from RGB is 140 - color contains mainly: blue. Hex color #083D8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083D8C is #F7C273. Grayscale: #353535. Windows color (decimal): -16237172 or 9190664. OLE color: 9190664.
HSL color Cylindrical-coordinate representation of color #083D8C: hue angle of 215.91º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #083D8C is Cyan = 0.94, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 61 | 140 | - |
| CMYK | 0.94 | 0.56 | 0 | 0.45 |
| HSL | 215.91º | 0.89% | 0.29% | - |
| HSV(B) | 215.91º | 0.94% | 0.55% | - |
| XYZ | 6.5 | 5.28 | 25.49 | - |
| YUV | 54.16 | 176.44 | 95.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 61 | 140 | 0.94 | 0.56 | 0 | 0.45 | 215.91 | 0.89 | 0.29 |
| Hex | 8 | 3D | 8C | 5E | 38 | 0 | 2D | D8 | 59 | 1D |
| Octal | 10 | 75 | 214 | 136 | 70 | 0 | 55 | 330 | 131 | 35 |
| Binary | 1000 | 111101 | 10001100 | 1011110 | 111000 | 0 | 101101 | 11011000 | 1011001 | 11101 |
Color Harmonies of #083D8C
Complementary color
Monochromatic Colors of #083D8C
Black with #083D8C
Text Example
Text Example
White with #083D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083D8C; }
p { color: rgb(8,61,140); }
H1.HeaderClassName
{
color: #083D8C;
}
.AnyTagClassName
{
color: #083D8C;
}
</style>
background-color css
<style>
a { background-color: #083D8C; }
a { background-color: rgb(8,61,140); }
div.DivClassName
{
background-color: #083D8C;
}
.BgClassName
{
background-color: #083D8C;
}
</style>
border-color css
<style>
span { border-color: #083D8C; }
span { border-color: rgb(8,61,140); }
td.TdClassName
{
border-color: #083D8C;
}
.TagClassName
{
border-color: #083D8C;
}
</style>