Shades of Dark Cerulean #0C548B
Tints of Dark Cerulean #0C548B
RGB
CMYK
RGB Variations
Color information
#0C548B (or 0x0C548B) is known color: Dark Cerulean. HEX triplet: 0C, 54 and 8B. RGB value is (12,84,139). Sum of RGB (Red+Green+Blue) = 12+84+139=235 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.11% from 235); Green value is 84 (33.20% from 255 or 35.74% from 235); Blue value is 139 (54.69% from 255 or 59.15% from 235); Max value from RGB is 139 - color contains mainly: blue. Hex color #0C548B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C548B is #F3AB74. Grayscale: #444444. Windows color (decimal): -15969141 or 9131020. OLE color: 9131020.
HSL color Cylindrical-coordinate representation of color #0C548B: hue angle of 205.98º 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 #0C548B is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 12 | 84 | 139 | - |
| CMYK | 0.91 | 0.40 | 0 | 0.45 |
| HSL | 205.98º | 0.84% | 0.3% | - |
| HSV(B) | 205.98º | 0.91% | 0.55% | - |
| XYZ | 7.98 | 8.28 | 25.6 | - |
| YUV | 68.74 | 167.65 | 87.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 84 | 139 | 0.91 | 0.40 | 0 | 0.45 | 205.98 | 0.84 | 0.3 |
| Hex | C | 54 | 8B | 5B | 28 | 0 | 2D | CE | 54 | 1E |
| Octal | 14 | 124 | 213 | 133 | 50 | 0 | 55 | 316 | 124 | 36 |
| Binary | 1100 | 1010100 | 10001011 | 1011011 | 101000 | 0 | 101101 | 11001110 | 1010100 | 11110 |
Color Harmonies of #0C548B
Complementary color
Monochromatic Colors of #0C548B
Black with #0C548B
Text Example
Text Example
White with #0C548B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C548B; }
p { color: rgb(12,84,139); }
H1.HeaderClassName
{
color: #0C548B;
}
.AnyTagClassName
{
color: #0C548B;
}
</style>
background-color css
<style>
a { background-color: #0C548B; }
a { background-color: rgb(12,84,139); }
div.DivClassName
{
background-color: #0C548B;
}
.BgClassName
{
background-color: #0C548B;
}
</style>
border-color css
<style>
span { border-color: #0C548B; }
span { border-color: rgb(12,84,139); }
td.TdClassName
{
border-color: #0C548B;
}
.TagClassName
{
border-color: #0C548B;
}
</style>