Shades of Dark Cerulean #083C89
Tints of Dark Cerulean #083C89
RGB
CMYK
RGB Variations
Color information
#083C89 (or 0x083C89) is known color: Dark Cerulean. HEX triplet: 08, 3C and 89. RGB value is (8,60,137). Sum of RGB (Red+Green+Blue) = 8+60+137=205 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.90% from 205); Green value is 60 (23.83% from 255 or 29.27% from 205); Blue value is 137 (53.91% from 255 or 66.83% from 205); Max value from RGB is 137 - color contains mainly: blue. Hex color #083C89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083C89 is #F7C376. Grayscale: #343434. Windows color (decimal): -16237431 or 8993800. OLE color: 8993800.
HSL color Cylindrical-coordinate representation of color #083C89: hue angle of 215.81º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #083C89 is Cyan = 0.94, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 8 | 60 | 137 | - |
| CMYK | 0.94 | 0.56 | 0 | 0.46 |
| HSL | 215.81º | 0.89% | 0.28% | - |
| HSV(B) | 215.81º | 0.94% | 0.54% | - |
| XYZ | 6.23 | 5.09 | 24.32 | - |
| YUV | 53.23 | 175.27 | 95.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 60 | 137 | 0.94 | 0.56 | 0 | 0.46 | 215.81 | 0.89 | 0.28 |
| Hex | 8 | 3C | 89 | 5E | 38 | 0 | 2E | D8 | 59 | 1C |
| Octal | 10 | 74 | 211 | 136 | 70 | 0 | 56 | 330 | 131 | 34 |
| Binary | 1000 | 111100 | 10001001 | 1011110 | 111000 | 0 | 101110 | 11011000 | 1011001 | 11100 |
Color Harmonies of #083C89
Complementary color
Monochromatic Colors of #083C89
Black with #083C89
Text Example
Text Example
White with #083C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083C89; }
p { color: rgb(8,60,137); }
H1.HeaderClassName
{
color: #083C89;
}
.AnyTagClassName
{
color: #083C89;
}
</style>
background-color css
<style>
a { background-color: #083C89; }
a { background-color: rgb(8,60,137); }
div.DivClassName
{
background-color: #083C89;
}
.BgClassName
{
background-color: #083C89;
}
</style>
border-color css
<style>
span { border-color: #083C89; }
span { border-color: rgb(8,60,137); }
td.TdClassName
{
border-color: #083C89;
}
.TagClassName
{
border-color: #083C89;
}
</style>