Shades of Dark Cerulean #08537D
Tints of Dark Cerulean #08537D
RGB
CMYK
RGB Variations
Color information
#08537D (or 0x08537D) is known color: Dark Cerulean. HEX triplet: 08, 53 and 7D. RGB value is (8,83,125). Sum of RGB (Red+Green+Blue) = 8+83+125=216 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.70% from 216); Green value is 83 (32.81% from 255 or 38.43% from 216); Blue value is 125 (49.22% from 255 or 57.87% from 216); Max value from RGB is 125 - color contains mainly: blue. Hex color #08537D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08537D is #F7AC82. Grayscale: #414141. Windows color (decimal): -16231555 or 8213256. OLE color: 8213256.
HSL color Cylindrical-coordinate representation of color #08537D: hue angle of 201.54º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08537D is Cyan = 0.94, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 8 | 83 | 125 | - |
| CMYK | 0.94 | 0.34 | 0 | 0.51 |
| HSL | 201.54º | 0.88% | 0.26% | - |
| HSV(B) | 201.54º | 0.94% | 0.49% | - |
| XYZ | 6.9 | 7.72 | 20.53 | - |
| YUV | 65.36 | 161.65 | 87.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 83 | 125 | 0.94 | 0.34 | 0 | 0.51 | 201.54 | 0.88 | 0.26 |
| Hex | 8 | 53 | 7D | 5E | 22 | 0 | 33 | CA | 58 | 1A |
| Octal | 10 | 123 | 175 | 136 | 42 | 0 | 63 | 312 | 130 | 32 |
| Binary | 1000 | 1010011 | 1111101 | 1011110 | 100010 | 0 | 110011 | 11001010 | 1011000 | 11010 |
Color Harmonies of #08537D
Complementary color
Monochromatic Colors of #08537D
Black with #08537D
Text Example
Text Example
White with #08537D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08537D; }
p { color: rgb(8,83,125); }
H1.HeaderClassName
{
color: #08537D;
}
.AnyTagClassName
{
color: #08537D;
}
</style>
background-color css
<style>
a { background-color: #08537D; }
a { background-color: rgb(8,83,125); }
div.DivClassName
{
background-color: #08537D;
}
.BgClassName
{
background-color: #08537D;
}
</style>
border-color css
<style>
span { border-color: #08537D; }
span { border-color: rgb(8,83,125); }
td.TdClassName
{
border-color: #08537D;
}
.TagClassName
{
border-color: #08537D;
}
</style>