Shades of Dark Cerulean #0C538B
Tints of Dark Cerulean #0C538B
RGB
CMYK
RGB Variations
Color information
#0C538B (or 0x0C538B) is known color: Dark Cerulean. HEX triplet: 0C, 53 and 8B. RGB value is (12,83,139). Sum of RGB (Red+Green+Blue) = 12+83+139=234 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.13% from 234); Green value is 83 (32.81% from 255 or 35.47% from 234); Blue value is 139 (54.69% from 255 or 59.40% from 234); Max value from RGB is 139 - color contains mainly: blue. Hex color #0C538B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C538B is #F3AC74. Grayscale: #434343. Windows color (decimal): -15969397 or 9130764. OLE color: 9130764.
HSL color Cylindrical-coordinate representation of color #0C538B: hue angle of 206.46º 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 #0C538B is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 12 | 83 | 139 | - |
| CMYK | 0.91 | 0.40 | 0 | 0.45 |
| HSL | 206.46º | 0.84% | 0.3% | - |
| HSV(B) | 206.46º | 0.91% | 0.55% | - |
| XYZ | 7.91 | 8.13 | 25.58 | - |
| YUV | 68.16 | 167.98 | 87.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 83 | 139 | 0.91 | 0.40 | 0 | 0.45 | 206.46 | 0.84 | 0.3 |
| Hex | C | 53 | 8B | 5B | 28 | 0 | 2D | CE | 54 | 1E |
| Octal | 14 | 123 | 213 | 133 | 50 | 0 | 55 | 316 | 124 | 36 |
| Binary | 1100 | 1010011 | 10001011 | 1011011 | 101000 | 0 | 101101 | 11001110 | 1010100 | 11110 |
Color Harmonies of #0C538B
Complementary color
Monochromatic Colors of #0C538B
Black with #0C538B
Text Example
Text Example
White with #0C538B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C538B; }
p { color: rgb(12,83,139); }
H1.HeaderClassName
{
color: #0C538B;
}
.AnyTagClassName
{
color: #0C538B;
}
</style>
background-color css
<style>
a { background-color: #0C538B; }
a { background-color: rgb(12,83,139); }
div.DivClassName
{
background-color: #0C538B;
}
.BgClassName
{
background-color: #0C538B;
}
</style>
border-color css
<style>
span { border-color: #0C538B; }
span { border-color: rgb(12,83,139); }
td.TdClassName
{
border-color: #0C538B;
}
.TagClassName
{
border-color: #0C538B;
}
</style>