Shades of Dark Cerulean #0C547D
Tints of Dark Cerulean #0C547D
RGB
CMYK
RGB Variations
Color information
#0C547D (or 0x0C547D) is known color: Dark Cerulean. HEX triplet: 0C, 54 and 7D. RGB value is (12,84,125). Sum of RGB (Red+Green+Blue) = 12+84+125=221 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.43% from 221); Green value is 84 (33.20% from 255 or 38.01% from 221); Blue value is 125 (49.22% from 255 or 56.56% from 221); Max value from RGB is 125 - color contains mainly: blue. Hex color #0C547D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C547D is #F3AB82. Grayscale: #424242. Windows color (decimal): -15969155 or 8213516. OLE color: 8213516.
HSL color Cylindrical-coordinate representation of color #0C547D: hue angle of 201.77º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C547D is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 12 | 84 | 125 | - |
| CMYK | 0.90 | 0.33 | 0 | 0.51 |
| HSL | 201.77º | 0.82% | 0.27% | - |
| HSV(B) | 201.77º | 0.9% | 0.49% | - |
| XYZ | 7.02 | 7.9 | 20.56 | - |
| YUV | 67.15 | 160.65 | 88.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 84 | 125 | 0.90 | 0.33 | 0 | 0.51 | 201.77 | 0.82 | 0.27 |
| Hex | C | 54 | 7D | 5A | 21 | 0 | 33 | CA | 52 | 1B |
| Octal | 14 | 124 | 175 | 132 | 41 | 0 | 63 | 312 | 122 | 33 |
| Binary | 1100 | 1010100 | 1111101 | 1011010 | 100001 | 0 | 110011 | 11001010 | 1010010 | 11011 |
Color Harmonies of #0C547D
Complementary color
Monochromatic Colors of #0C547D
Black with #0C547D
Text Example
Text Example
White with #0C547D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C547D; }
p { color: rgb(12,84,125); }
H1.HeaderClassName
{
color: #0C547D;
}
.AnyTagClassName
{
color: #0C547D;
}
</style>
background-color css
<style>
a { background-color: #0C547D; }
a { background-color: rgb(12,84,125); }
div.DivClassName
{
background-color: #0C547D;
}
.BgClassName
{
background-color: #0C547D;
}
</style>
border-color css
<style>
span { border-color: #0C547D; }
span { border-color: rgb(12,84,125); }
td.TdClassName
{
border-color: #0C547D;
}
.TagClassName
{
border-color: #0C547D;
}
</style>