Shades of Dark Cerulean #08548F
Tints of Dark Cerulean #08548F
RGB
CMYK
RGB Variations
Color information
#08548F (or 0x08548F) is known color: Dark Cerulean. HEX triplet: 08, 54 and 8F. RGB value is (8,84,143). Sum of RGB (Red+Green+Blue) = 8+84+143=235 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.40% from 235); Green value is 84 (33.20% from 255 or 35.74% from 235); Blue value is 143 (56.25% from 255 or 60.85% from 235); Max value from RGB is 143 - color contains mainly: blue. Hex color #08548F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08548F is #F7AB70. Grayscale: #434343. Windows color (decimal): -16231281 or 9393160. OLE color: 9393160.
HSL color Cylindrical-coordinate representation of color #08548F: hue angle of 206.22º 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 #08548F is Cyan = 0.94, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 8 | 84 | 143 | - |
| CMYK | 0.94 | 0.41 | 0 | 0.44 |
| HSL | 206.22º | 0.89% | 0.3% | - |
| HSV(B) | 206.22º | 0.94% | 0.56% | - |
| XYZ | 8.23 | 8.38 | 27.17 | - |
| YUV | 68 | 170.32 | 85.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 84 | 143 | 0.94 | 0.41 | 0 | 0.44 | 206.22 | 0.89 | 0.3 |
| Hex | 8 | 54 | 8F | 5E | 29 | 0 | 2C | CE | 59 | 1E |
| Octal | 10 | 124 | 217 | 136 | 51 | 0 | 54 | 316 | 131 | 36 |
| Binary | 1000 | 1010100 | 10001111 | 1011110 | 101001 | 0 | 101100 | 11001110 | 1011001 | 11110 |
Color Harmonies of #08548F
Complementary color
Monochromatic Colors of #08548F
Black with #08548F
Text Example
Text Example
White with #08548F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08548F; }
p { color: rgb(8,84,143); }
H1.HeaderClassName
{
color: #08548F;
}
.AnyTagClassName
{
color: #08548F;
}
</style>
background-color css
<style>
a { background-color: #08548F; }
a { background-color: rgb(8,84,143); }
div.DivClassName
{
background-color: #08548F;
}
.BgClassName
{
background-color: #08548F;
}
</style>
border-color css
<style>
span { border-color: #08548F; }
span { border-color: rgb(8,84,143); }
td.TdClassName
{
border-color: #08548F;
}
.TagClassName
{
border-color: #08548F;
}
</style>