Shades of Dark Cerulean #08528F
Tints of Dark Cerulean #08528F
RGB
CMYK
RGB Variations
Color information
#08528F (or 0x08528F) is known color: Dark Cerulean. HEX triplet: 08, 52 and 8F. RGB value is (8,82,143). Sum of RGB (Red+Green+Blue) = 8+82+143=233 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.43% from 233); Green value is 82 (32.42% from 255 or 35.19% from 233); Blue value is 143 (56.25% from 255 or 61.37% from 233); Max value from RGB is 143 - color contains mainly: blue. Hex color #08528F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08528F is #F7AD70. Grayscale: #424242. Windows color (decimal): -16231793 or 9392648. OLE color: 9392648.
HSL color Cylindrical-coordinate representation of color #08528F: hue angle of 207.11º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08528F is Cyan = 0.94, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 8 | 82 | 143 | - |
| CMYK | 0.94 | 0.43 | 0 | 0.44 |
| HSL | 207.11º | 0.89% | 0.3% | - |
| HSV(B) | 207.11º | 0.94% | 0.56% | - |
| XYZ | 8.08 | 8.07 | 27.12 | - |
| YUV | 66.83 | 170.98 | 86.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 82 | 143 | 0.94 | 0.43 | 0 | 0.44 | 207.11 | 0.89 | 0.3 |
| Hex | 8 | 52 | 8F | 5E | 2B | 0 | 2C | CF | 59 | 1E |
| Octal | 10 | 122 | 217 | 136 | 53 | 0 | 54 | 317 | 131 | 36 |
| Binary | 1000 | 1010010 | 10001111 | 1011110 | 101011 | 0 | 101100 | 11001111 | 1011001 | 11110 |
Color Harmonies of #08528F
Complementary color
Monochromatic Colors of #08528F
Black with #08528F
Text Example
Text Example
White with #08528F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08528F; }
p { color: rgb(8,82,143); }
H1.HeaderClassName
{
color: #08528F;
}
.AnyTagClassName
{
color: #08528F;
}
</style>
background-color css
<style>
a { background-color: #08528F; }
a { background-color: rgb(8,82,143); }
div.DivClassName
{
background-color: #08528F;
}
.BgClassName
{
background-color: #08528F;
}
</style>
border-color css
<style>
span { border-color: #08528F; }
span { border-color: rgb(8,82,143); }
td.TdClassName
{
border-color: #08528F;
}
.TagClassName
{
border-color: #08528F;
}
</style>