Shades of Dark Cerulean #0C427D
Tints of Dark Cerulean #0C427D
RGB
CMYK
RGB Variations
Color information
#0C427D (or 0x0C427D) is known color: Dark Cerulean. HEX triplet: 0C, 42 and 7D. RGB value is (12,66,125). Sum of RGB (Red+Green+Blue) = 12+66+125=203 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.91% from 203); Green value is 66 (26.17% from 255 or 32.51% from 203); Blue value is 125 (49.22% from 255 or 61.58% from 203); Max value from RGB is 125 - color contains mainly: blue. Hex color #0C427D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C427D is #F3BD82. Grayscale: #383838. Windows color (decimal): -15973763 or 8208908. OLE color: 8208908.
HSL color Cylindrical-coordinate representation of color #0C427D: hue angle of 211.33º 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 #0C427D is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 12 | 66 | 125 | - |
| CMYK | 0.90 | 0.47 | 0 | 0.51 |
| HSL | 211.33º | 0.82% | 0.27% | - |
| HSV(B) | 211.33º | 0.9% | 0.49% | - |
| XYZ | 5.8 | 5.46 | 20.15 | - |
| YUV | 56.58 | 166.61 | 96.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 66 | 125 | 0.90 | 0.47 | 0 | 0.51 | 211.33 | 0.82 | 0.27 |
| Hex | C | 42 | 7D | 5A | 2F | 0 | 33 | D3 | 52 | 1B |
| Octal | 14 | 102 | 175 | 132 | 57 | 0 | 63 | 323 | 122 | 33 |
| Binary | 1100 | 1000010 | 1111101 | 1011010 | 101111 | 0 | 110011 | 11010011 | 1010010 | 11011 |
Color Harmonies of #0C427D
Complementary color
Monochromatic Colors of #0C427D
Black with #0C427D
Text Example
Text Example
White with #0C427D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C427D; }
p { color: rgb(12,66,125); }
H1.HeaderClassName
{
color: #0C427D;
}
.AnyTagClassName
{
color: #0C427D;
}
</style>
background-color css
<style>
a { background-color: #0C427D; }
a { background-color: rgb(12,66,125); }
div.DivClassName
{
background-color: #0C427D;
}
.BgClassName
{
background-color: #0C427D;
}
</style>
border-color css
<style>
span { border-color: #0C427D; }
span { border-color: rgb(12,66,125); }
td.TdClassName
{
border-color: #0C427D;
}
.TagClassName
{
border-color: #0C427D;
}
</style>