Shades of Dark Cerulean #08488A
Tints of Dark Cerulean #08488A
RGB
CMYK
RGB Variations
Color information
#08488A (or 0x08488A) is known color: Dark Cerulean. HEX triplet: 08, 48 and 8A. RGB value is (8,72,138). Sum of RGB (Red+Green+Blue) = 8+72+138=218 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.67% from 218); Green value is 72 (28.52% from 255 or 33.03% from 218); Blue value is 138 (54.30% from 255 or 63.30% from 218); Max value from RGB is 138 - color contains mainly: blue. Hex color #08488A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08488A is #F7B775. Grayscale: #3C3C3C. Windows color (decimal): -16234358 or 9062408. OLE color: 9062408.
HSL color Cylindrical-coordinate representation of color #08488A: hue angle of 210.46º 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 #08488A is Cyan = 0.94, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 8 | 72 | 138 | - |
| CMYK | 0.94 | 0.48 | 0 | 0.46 |
| HSL | 210.46º | 0.89% | 0.29% | - |
| HSV(B) | 210.46º | 0.94% | 0.54% | - |
| XYZ | 7 | 6.52 | 24.93 | - |
| YUV | 60.39 | 171.8 | 90.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 72 | 138 | 0.94 | 0.48 | 0 | 0.46 | 210.46 | 0.89 | 0.29 |
| Hex | 8 | 48 | 8A | 5E | 30 | 0 | 2E | D2 | 59 | 1D |
| Octal | 10 | 110 | 212 | 136 | 60 | 0 | 56 | 322 | 131 | 35 |
| Binary | 1000 | 1001000 | 10001010 | 1011110 | 110000 | 0 | 101110 | 11010010 | 1011001 | 11101 |
Color Harmonies of #08488A
Complementary color
Monochromatic Colors of #08488A
Black with #08488A
Text Example
Text Example
White with #08488A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08488A; }
p { color: rgb(8,72,138); }
H1.HeaderClassName
{
color: #08488A;
}
.AnyTagClassName
{
color: #08488A;
}
</style>
background-color css
<style>
a { background-color: #08488A; }
a { background-color: rgb(8,72,138); }
div.DivClassName
{
background-color: #08488A;
}
.BgClassName
{
background-color: #08488A;
}
</style>
border-color css
<style>
span { border-color: #08488A; }
span { border-color: rgb(8,72,138); }
td.TdClassName
{
border-color: #08488A;
}
.TagClassName
{
border-color: #08488A;
}
</style>