Shades of Dark Cerulean #08537A
Tints of Dark Cerulean #08537A
RGB
CMYK
RGB Variations
Color information
#08537A (or 0x08537A) is known color: Dark Cerulean. HEX triplet: 08, 53 and 7A. RGB value is (8,83,122). Sum of RGB (Red+Green+Blue) = 8+83+122=213 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.76% from 213); Green value is 83 (32.81% from 255 or 38.97% from 213); Blue value is 122 (48.05% from 255 or 57.28% from 213); Max value from RGB is 122 - color contains mainly: blue. Hex color #08537A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08537A is #F7AC85. Grayscale: #404040. Windows color (decimal): -16231558 or 8016648. OLE color: 8016648.
HSL color Cylindrical-coordinate representation of color #08537A: hue angle of 200.53º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08537A is Cyan = 0.93, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 8 | 83 | 122 | - |
| CMYK | 0.93 | 0.32 | 0 | 0.52 |
| HSL | 200.53º | 0.88% | 0.25% | - |
| HSV(B) | 200.53º | 0.93% | 0.48% | - |
| XYZ | 6.71 | 7.64 | 19.53 | - |
| YUV | 65.02 | 160.15 | 87.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 83 | 122 | 0.93 | 0.32 | 0 | 0.52 | 200.53 | 0.88 | 0.25 |
| Hex | 8 | 53 | 7A | 5D | 20 | 0 | 34 | C9 | 58 | 19 |
| Octal | 10 | 123 | 172 | 135 | 40 | 0 | 64 | 311 | 130 | 31 |
| Binary | 1000 | 1010011 | 1111010 | 1011101 | 100000 | 0 | 110100 | 11001001 | 1011000 | 11001 |
Color Harmonies of #08537A
Complementary color
Monochromatic Colors of #08537A
Black with #08537A
Text Example
Text Example
White with #08537A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08537A; }
p { color: rgb(8,83,122); }
H1.HeaderClassName
{
color: #08537A;
}
.AnyTagClassName
{
color: #08537A;
}
</style>
background-color css
<style>
a { background-color: #08537A; }
a { background-color: rgb(8,83,122); }
div.DivClassName
{
background-color: #08537A;
}
.BgClassName
{
background-color: #08537A;
}
</style>
border-color css
<style>
span { border-color: #08537A; }
span { border-color: rgb(8,83,122); }
td.TdClassName
{
border-color: #08537A;
}
.TagClassName
{
border-color: #08537A;
}
</style>