Shades of Dark Cerulean #08528D
Tints of Dark Cerulean #08528D
RGB
CMYK
RGB Variations
Color information
#08528D (or 0x08528D) is known color: Dark Cerulean. HEX triplet: 08, 52 and 8D. RGB value is (8,82,141). Sum of RGB (Red+Green+Blue) = 8+82+141=231 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.46% from 231); Green value is 82 (32.42% from 255 or 35.50% from 231); Blue value is 141 (55.47% from 255 or 61.04% from 231); Max value from RGB is 141 - color contains mainly: blue. Hex color #08528D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08528D is #F7AD72. Grayscale: #424242. Windows color (decimal): -16231795 or 9261576. OLE color: 9261576.
HSL color Cylindrical-coordinate representation of color #08528D: hue angle of 206.62º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08528D is Cyan = 0.94, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 82 | 141 | - |
| CMYK | 0.94 | 0.42 | 0 | 0.45 |
| HSL | 206.62º | 0.89% | 0.29% | - |
| HSV(B) | 206.62º | 0.94% | 0.55% | - |
| XYZ | 7.93 | 8.01 | 26.33 | - |
| YUV | 66.6 | 169.98 | 86.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 82 | 141 | 0.94 | 0.42 | 0 | 0.45 | 206.62 | 0.89 | 0.29 |
| Hex | 8 | 52 | 8D | 5E | 2A | 0 | 2D | CF | 59 | 1D |
| Octal | 10 | 122 | 215 | 136 | 52 | 0 | 55 | 317 | 131 | 35 |
| Binary | 1000 | 1010010 | 10001101 | 1011110 | 101010 | 0 | 101101 | 11001111 | 1011001 | 11101 |
Color Harmonies of #08528D
Complementary color
Monochromatic Colors of #08528D
Black with #08528D
Text Example
Text Example
White with #08528D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08528D; }
p { color: rgb(8,82,141); }
H1.HeaderClassName
{
color: #08528D;
}
.AnyTagClassName
{
color: #08528D;
}
</style>
background-color css
<style>
a { background-color: #08528D; }
a { background-color: rgb(8,82,141); }
div.DivClassName
{
background-color: #08528D;
}
.BgClassName
{
background-color: #08528D;
}
</style>
border-color css
<style>
span { border-color: #08528D; }
span { border-color: rgb(8,82,141); }
td.TdClassName
{
border-color: #08528D;
}
.TagClassName
{
border-color: #08528D;
}
</style>