Shades of Dark Cerulean #0B527C
Tints of Dark Cerulean #0B527C
RGB
CMYK
RGB Variations
Color information
#0B527C (or 0x0B527C) is known color: Dark Cerulean. HEX triplet: 0B, 52 and 7C. RGB value is (11,82,124). Sum of RGB (Red+Green+Blue) = 11+82+124=217 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.07% from 217); Green value is 82 (32.42% from 255 or 37.79% from 217); Blue value is 124 (48.83% from 255 or 57.14% from 217); Max value from RGB is 124 - color contains mainly: blue. Hex color #0B527C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B527C is #F4AD83. Grayscale: #414141. Windows color (decimal): -16035204 or 8147467. OLE color: 8147467.
HSL color Cylindrical-coordinate representation of color #0B527C: hue angle of 202.3º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B527C is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 11 | 82 | 124 | - |
| CMYK | 0.91 | 0.34 | 0 | 0.51 |
| HSL | 202.3º | 0.84% | 0.26% | - |
| HSV(B) | 202.3º | 0.91% | 0.49% | - |
| XYZ | 6.79 | 7.56 | 20.17 | - |
| YUV | 65.56 | 160.98 | 89.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 82 | 124 | 0.91 | 0.34 | 0 | 0.51 | 202.3 | 0.84 | 0.26 |
| Hex | B | 52 | 7C | 5B | 22 | 0 | 33 | CA | 54 | 1A |
| Octal | 13 | 122 | 174 | 133 | 42 | 0 | 63 | 312 | 124 | 32 |
| Binary | 1011 | 1010010 | 1111100 | 1011011 | 100010 | 0 | 110011 | 11001010 | 1010100 | 11010 |
Color Harmonies of #0B527C
Complementary color
Monochromatic Colors of #0B527C
Black with #0B527C
Text Example
Text Example
White with #0B527C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B527C; }
p { color: rgb(11,82,124); }
H1.HeaderClassName
{
color: #0B527C;
}
.AnyTagClassName
{
color: #0B527C;
}
</style>
background-color css
<style>
a { background-color: #0B527C; }
a { background-color: rgb(11,82,124); }
div.DivClassName
{
background-color: #0B527C;
}
.BgClassName
{
background-color: #0B527C;
}
</style>
border-color css
<style>
span { border-color: #0B527C; }
span { border-color: rgb(11,82,124); }
td.TdClassName
{
border-color: #0B527C;
}
.TagClassName
{
border-color: #0B527C;
}
</style>