Shades of Dark Cerulean #08527B
Tints of Dark Cerulean #08527B
RGB
CMYK
RGB Variations
Color information
#08527B (or 0x08527B) is known color: Dark Cerulean. HEX triplet: 08, 52 and 7B. RGB value is (8,82,123). Sum of RGB (Red+Green+Blue) = 8+82+123=213 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.76% from 213); Green value is 82 (32.42% from 255 or 38.50% from 213); Blue value is 123 (48.44% from 255 or 57.75% from 213); Max value from RGB is 123 - color contains mainly: blue. Hex color #08527B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08527B is #F7AD84. Grayscale: #404040. Windows color (decimal): -16231813 or 8081928. OLE color: 8081928.
HSL color Cylindrical-coordinate representation of color #08527B: hue angle of 201.39º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08527B is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 8 | 82 | 123 | - |
| CMYK | 0.93 | 0.33 | 0 | 0.52 |
| HSL | 201.39º | 0.88% | 0.26% | - |
| HSV(B) | 201.39º | 0.93% | 0.48% | - |
| XYZ | 6.69 | 7.52 | 19.84 | - |
| YUV | 64.55 | 160.98 | 87.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 82 | 123 | 0.93 | 0.33 | 0 | 0.52 | 201.39 | 0.88 | 0.26 |
| Hex | 8 | 52 | 7B | 5D | 21 | 0 | 34 | C9 | 58 | 1A |
| Octal | 10 | 122 | 173 | 135 | 41 | 0 | 64 | 311 | 130 | 32 |
| Binary | 1000 | 1010010 | 1111011 | 1011101 | 100001 | 0 | 110100 | 11001001 | 1011000 | 11010 |
Color Harmonies of #08527B
Complementary color
Monochromatic Colors of #08527B
Black with #08527B
Text Example
Text Example
White with #08527B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08527B; }
p { color: rgb(8,82,123); }
H1.HeaderClassName
{
color: #08527B;
}
.AnyTagClassName
{
color: #08527B;
}
</style>
background-color css
<style>
a { background-color: #08527B; }
a { background-color: rgb(8,82,123); }
div.DivClassName
{
background-color: #08527B;
}
.BgClassName
{
background-color: #08527B;
}
</style>
border-color css
<style>
span { border-color: #08527B; }
span { border-color: rgb(8,82,123); }
td.TdClassName
{
border-color: #08527B;
}
.TagClassName
{
border-color: #08527B;
}
</style>