Shades of Dark Cerulean #08498F
Tints of Dark Cerulean #08498F
RGB
CMYK
RGB Variations
Color information
#08498F (or 0x08498F) is known color: Dark Cerulean. HEX triplet: 08, 49 and 8F. RGB value is (8,73,143). Sum of RGB (Red+Green+Blue) = 8+73+143=224 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.57% from 224); Green value is 73 (28.91% from 255 or 32.59% from 224); Blue value is 143 (56.25% from 255 or 63.84% from 224); Max value from RGB is 143 - color contains mainly: blue. Hex color #08498F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08498F is #F7B670. Grayscale: #3D3D3D. Windows color (decimal): -16234097 or 9390344. OLE color: 9390344.
HSL color Cylindrical-coordinate representation of color #08498F: hue angle of 211.11º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08498F is Cyan = 0.94, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 8 | 73 | 143 | - |
| CMYK | 0.94 | 0.49 | 0 | 0.44 |
| HSL | 211.11º | 0.89% | 0.3% | - |
| HSV(B) | 211.11º | 0.94% | 0.56% | - |
| XYZ | 7.44 | 6.8 | 26.91 | - |
| YUV | 61.55 | 173.97 | 89.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 73 | 143 | 0.94 | 0.49 | 0 | 0.44 | 211.11 | 0.89 | 0.3 |
| Hex | 8 | 49 | 8F | 5E | 31 | 0 | 2C | D3 | 59 | 1E |
| Octal | 10 | 111 | 217 | 136 | 61 | 0 | 54 | 323 | 131 | 36 |
| Binary | 1000 | 1001001 | 10001111 | 1011110 | 110001 | 0 | 101100 | 11010011 | 1011001 | 11110 |
Color Harmonies of #08498F
Complementary color
Monochromatic Colors of #08498F
Black with #08498F
Text Example
Text Example
White with #08498F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08498F; }
p { color: rgb(8,73,143); }
H1.HeaderClassName
{
color: #08498F;
}
.AnyTagClassName
{
color: #08498F;
}
</style>
background-color css
<style>
a { background-color: #08498F; }
a { background-color: rgb(8,73,143); }
div.DivClassName
{
background-color: #08498F;
}
.BgClassName
{
background-color: #08498F;
}
</style>
border-color css
<style>
span { border-color: #08498F; }
span { border-color: rgb(8,73,143); }
td.TdClassName
{
border-color: #08498F;
}
.TagClassName
{
border-color: #08498F;
}
</style>