Shades of Dark Cerulean #08498E
Tints of Dark Cerulean #08498E
RGB
CMYK
RGB Variations
Color information
#08498E (or 0x08498E) is known color: Dark Cerulean. HEX triplet: 08, 49 and 8E. RGB value is (8,73,142). Sum of RGB (Red+Green+Blue) = 8+73+142=223 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.59% from 223); Green value is 73 (28.91% from 255 or 32.74% from 223); Blue value is 142 (55.86% from 255 or 63.68% from 223); Max value from RGB is 142 - color contains mainly: blue. Hex color #08498E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08498E is #F7B671. Grayscale: #3D3D3D. Windows color (decimal): -16234098 or 9324808. OLE color: 9324808.
HSL color Cylindrical-coordinate representation of color #08498E: hue angle of 210.9º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08498E is Cyan = 0.94, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 8 | 73 | 142 | - |
| CMYK | 0.94 | 0.49 | 0 | 0.44 |
| HSL | 210.9º | 0.89% | 0.29% | - |
| HSV(B) | 210.9º | 0.94% | 0.56% | - |
| XYZ | 7.37 | 6.77 | 26.51 | - |
| YUV | 61.43 | 173.47 | 89.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 73 | 142 | 0.94 | 0.49 | 0 | 0.44 | 210.9 | 0.89 | 0.29 |
| Hex | 8 | 49 | 8E | 5E | 31 | 0 | 2C | D3 | 59 | 1D |
| Octal | 10 | 111 | 216 | 136 | 61 | 0 | 54 | 323 | 131 | 35 |
| Binary | 1000 | 1001001 | 10001110 | 1011110 | 110001 | 0 | 101100 | 11010011 | 1011001 | 11101 |
Color Harmonies of #08498E
Complementary color
Monochromatic Colors of #08498E
Black with #08498E
Text Example
Text Example
White with #08498E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08498E; }
p { color: rgb(8,73,142); }
H1.HeaderClassName
{
color: #08498E;
}
.AnyTagClassName
{
color: #08498E;
}
</style>
background-color css
<style>
a { background-color: #08498E; }
a { background-color: rgb(8,73,142); }
div.DivClassName
{
background-color: #08498E;
}
.BgClassName
{
background-color: #08498E;
}
</style>
border-color css
<style>
span { border-color: #08498E; }
span { border-color: rgb(8,73,142); }
td.TdClassName
{
border-color: #08498E;
}
.TagClassName
{
border-color: #08498E;
}
</style>