Shades of Dark Cerulean #0C528B
Tints of Dark Cerulean #0C528B
RGB
CMYK
RGB Variations
Color information
#0C528B (or 0x0C528B) is known color: Dark Cerulean. HEX triplet: 0C, 52 and 8B. RGB value is (12,82,139). Sum of RGB (Red+Green+Blue) = 12+82+139=233 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.15% from 233); Green value is 82 (32.42% from 255 or 35.19% from 233); Blue value is 139 (54.69% from 255 or 59.66% from 233); Max value from RGB is 139 - color contains mainly: blue. Hex color #0C528B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C528B is #F3AD74. Grayscale: #434343. Windows color (decimal): -15969653 or 9130508. OLE color: 9130508.
HSL color Cylindrical-coordinate representation of color #0C528B: hue angle of 206.93º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C528B is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 12 | 82 | 139 | - |
| CMYK | 0.91 | 0.41 | 0 | 0.45 |
| HSL | 206.93º | 0.84% | 0.3% | - |
| HSV(B) | 206.93º | 0.91% | 0.55% | - |
| XYZ | 7.83 | 7.98 | 25.55 | - |
| YUV | 67.57 | 168.31 | 88.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 82 | 139 | 0.91 | 0.41 | 0 | 0.45 | 206.93 | 0.84 | 0.3 |
| Hex | C | 52 | 8B | 5B | 29 | 0 | 2D | CF | 54 | 1E |
| Octal | 14 | 122 | 213 | 133 | 51 | 0 | 55 | 317 | 124 | 36 |
| Binary | 1100 | 1010010 | 10001011 | 1011011 | 101001 | 0 | 101101 | 11001111 | 1010100 | 11110 |
Color Harmonies of #0C528B
Complementary color
Monochromatic Colors of #0C528B
Black with #0C528B
Text Example
Text Example
White with #0C528B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C528B; }
p { color: rgb(12,82,139); }
H1.HeaderClassName
{
color: #0C528B;
}
.AnyTagClassName
{
color: #0C528B;
}
</style>
background-color css
<style>
a { background-color: #0C528B; }
a { background-color: rgb(12,82,139); }
div.DivClassName
{
background-color: #0C528B;
}
.BgClassName
{
background-color: #0C528B;
}
</style>
border-color css
<style>
span { border-color: #0C528B; }
span { border-color: rgb(12,82,139); }
td.TdClassName
{
border-color: #0C528B;
}
.TagClassName
{
border-color: #0C528B;
}
</style>