Shades of Dark Cerulean #08547F
Tints of Dark Cerulean #08547F
RGB
CMYK
RGB Variations
Color information
#08547F (or 0x08547F) is known color: Dark Cerulean. HEX triplet: 08, 54 and 7F. RGB value is (8,84,127). Sum of RGB (Red+Green+Blue) = 8+84+127=219 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.65% from 219); Green value is 84 (33.20% from 255 or 38.36% from 219); Blue value is 127 (50% from 255 or 57.99% from 219); Max value from RGB is 127 - color contains mainly: blue. Hex color #08547F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08547F is #F7AB80. Grayscale: #414141. Windows color (decimal): -16231297 or 8344584. OLE color: 8344584.
HSL color Cylindrical-coordinate representation of color #08547F: hue angle of 201.68º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08547F is Cyan = 0.94, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 8 | 84 | 127 | - |
| CMYK | 0.94 | 0.34 | 0 | 0.50 |
| HSL | 201.68º | 0.88% | 0.26% | - |
| HSV(B) | 201.68º | 0.94% | 0.5% | - |
| XYZ | 7.1 | 7.92 | 21.23 | - |
| YUV | 66.18 | 162.32 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 84 | 127 | 0.94 | 0.34 | 0 | 0.50 | 201.68 | 0.88 | 0.26 |
| Hex | 8 | 54 | 7F | 5E | 22 | 0 | 32 | CA | 58 | 1A |
| Octal | 10 | 124 | 177 | 136 | 42 | 0 | 62 | 312 | 130 | 32 |
| Binary | 1000 | 1010100 | 1111111 | 1011110 | 100010 | 0 | 110010 | 11001010 | 1011000 | 11010 |
Color Harmonies of #08547F
Complementary color
Monochromatic Colors of #08547F
Black with #08547F
Text Example
Text Example
White with #08547F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08547F; }
p { color: rgb(8,84,127); }
H1.HeaderClassName
{
color: #08547F;
}
.AnyTagClassName
{
color: #08547F;
}
</style>
background-color css
<style>
a { background-color: #08547F; }
a { background-color: rgb(8,84,127); }
div.DivClassName
{
background-color: #08547F;
}
.BgClassName
{
background-color: #08547F;
}
</style>
border-color css
<style>
span { border-color: #08547F; }
span { border-color: rgb(8,84,127); }
td.TdClassName
{
border-color: #08547F;
}
.TagClassName
{
border-color: #08547F;
}
</style>