Shades of Dark Cerulean #083180
Tints of Dark Cerulean #083180
RGB
CMYK
RGB Variations
Color information
#083180 (or 0x083180) is known color: Dark Cerulean. HEX triplet: 08, 31 and 80. RGB value is (8,49,128). Sum of RGB (Red+Green+Blue) = 8+49+128=185 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.32% from 185); Green value is 49 (19.53% from 255 or 26.49% from 185); Blue value is 128 (50.39% from 255 or 69.19% from 185); Max value from RGB is 128 - color contains mainly: blue. Hex color #083180 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083180 is #F7CE7F. Grayscale: #2D2D2D. Windows color (decimal): -16240256 or 8401160. OLE color: 8401160.
HSL color Cylindrical-coordinate representation of color #083180: hue angle of 219.5º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #083180 is Cyan = 0.94, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 8 | 49 | 128 | - |
| CMYK | 0.94 | 0.62 | 0 | 0.50 |
| HSL | 219.5º | 0.88% | 0.27% | - |
| HSV(B) | 219.5º | 0.94% | 0.5% | - |
| XYZ | 5.09 | 3.81 | 20.89 | - |
| YUV | 45.75 | 174.42 | 101.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 49 | 128 | 0.94 | 0.62 | 0 | 0.50 | 219.5 | 0.88 | 0.27 |
| Hex | 8 | 31 | 80 | 5E | 3E | 0 | 32 | DC | 58 | 1B |
| Octal | 10 | 61 | 200 | 136 | 76 | 0 | 62 | 334 | 130 | 33 |
| Binary | 1000 | 110001 | 10000000 | 1011110 | 111110 | 0 | 110010 | 11011100 | 1011000 | 11011 |
Color Harmonies of #083180
Complementary color
Monochromatic Colors of #083180
Black with #083180
Text Example
Text Example
White with #083180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083180; }
p { color: rgb(8,49,128); }
H1.HeaderClassName
{
color: #083180;
}
.AnyTagClassName
{
color: #083180;
}
</style>
background-color css
<style>
a { background-color: #083180; }
a { background-color: rgb(8,49,128); }
div.DivClassName
{
background-color: #083180;
}
.BgClassName
{
background-color: #083180;
}
</style>
border-color css
<style>
span { border-color: #083180; }
span { border-color: rgb(8,49,128); }
td.TdClassName
{
border-color: #083180;
}
.TagClassName
{
border-color: #083180;
}
</style>