Shades of Dark Cerulean #08498C
Tints of Dark Cerulean #08498C
RGB
CMYK
RGB Variations
Color information
#08498C (or 0x08498C) is known color: Dark Cerulean. HEX triplet: 08, 49 and 8C. RGB value is (8,73,140). Sum of RGB (Red+Green+Blue) = 8+73+140=221 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.62% from 221); Green value is 73 (28.91% from 255 or 33.03% from 221); Blue value is 140 (55.08% from 255 or 63.35% from 221); Max value from RGB is 140 - color contains mainly: blue. Hex color #08498C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08498C is #F7B673. Grayscale: #3C3C3C. Windows color (decimal): -16234100 or 9193736. OLE color: 9193736.
HSL color Cylindrical-coordinate representation of color #08498C: hue angle of 210.45º 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 #08498C is Cyan = 0.94, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 73 | 140 | - |
| CMYK | 0.94 | 0.48 | 0 | 0.45 |
| HSL | 210.45º | 0.89% | 0.29% | - |
| HSV(B) | 210.45º | 0.94% | 0.55% | - |
| XYZ | 7.22 | 6.71 | 25.73 | - |
| YUV | 61.2 | 172.47 | 90.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 73 | 140 | 0.94 | 0.48 | 0 | 0.45 | 210.45 | 0.89 | 0.29 |
| Hex | 8 | 49 | 8C | 5E | 30 | 0 | 2D | D2 | 59 | 1D |
| Octal | 10 | 111 | 214 | 136 | 60 | 0 | 55 | 322 | 131 | 35 |
| Binary | 1000 | 1001001 | 10001100 | 1011110 | 110000 | 0 | 101101 | 11010010 | 1011001 | 11101 |
Color Harmonies of #08498C
Complementary color
Monochromatic Colors of #08498C
Black with #08498C
Text Example
Text Example
White with #08498C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08498C; }
p { color: rgb(8,73,140); }
H1.HeaderClassName
{
color: #08498C;
}
.AnyTagClassName
{
color: #08498C;
}
</style>
background-color css
<style>
a { background-color: #08498C; }
a { background-color: rgb(8,73,140); }
div.DivClassName
{
background-color: #08498C;
}
.BgClassName
{
background-color: #08498C;
}
</style>
border-color css
<style>
span { border-color: #08498C; }
span { border-color: rgb(8,73,140); }
td.TdClassName
{
border-color: #08498C;
}
.TagClassName
{
border-color: #08498C;
}
</style>