Shades of Dark Cerulean #0C4D6B
Tints of Dark Cerulean #0C4D6B
RGB
CMYK
RGB Variations
Color information
#0C4D6B (or 0x0C4D6B) is known color: Dark Cerulean. HEX triplet: 0C, 4D and 6B. RGB value is (12,77,107). Sum of RGB (Red+Green+Blue) = 12+77+107=196 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.12% from 196); Green value is 77 (30.47% from 255 or 39.29% from 196); Blue value is 107 (42.19% from 255 or 54.59% from 196); Max value from RGB is 107 - color contains mainly: blue. Hex color #0C4D6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C4D6B is #F3B294. Grayscale: #3C3C3C. Windows color (decimal): -15970965 or 7032076. OLE color: 7032076.
HSL color Cylindrical-coordinate representation of color #0C4D6B: hue angle of 198.95º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C4D6B is Cyan = 0.89, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 12 | 77 | 107 | - |
| CMYK | 0.89 | 0.28 | 0 | 0.58 |
| HSL | 198.95º | 0.8% | 0.23% | - |
| HSV(B) | 198.95º | 0.89% | 0.42% | - |
| XYZ | 5.46 | 6.45 | 14.87 | - |
| YUV | 60.99 | 153.97 | 93.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 77 | 107 | 0.89 | 0.28 | 0 | 0.58 | 198.95 | 0.8 | 0.23 |
| Hex | C | 4D | 6B | 59 | 1C | 0 | 3A | C7 | 50 | 17 |
| Octal | 14 | 115 | 153 | 131 | 34 | 0 | 72 | 307 | 120 | 27 |
| Binary | 1100 | 1001101 | 1101011 | 1011001 | 11100 | 0 | 111010 | 11000111 | 1010000 | 10111 |
Color Harmonies of #0C4D6B
Complementary color
Monochromatic Colors of #0C4D6B
Black with #0C4D6B
Text Example
Text Example
White with #0C4D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4D6B; }
p { color: rgb(12,77,107); }
H1.HeaderClassName
{
color: #0C4D6B;
}
.AnyTagClassName
{
color: #0C4D6B;
}
</style>
background-color css
<style>
a { background-color: #0C4D6B; }
a { background-color: rgb(12,77,107); }
div.DivClassName
{
background-color: #0C4D6B;
}
.BgClassName
{
background-color: #0C4D6B;
}
</style>
border-color css
<style>
span { border-color: #0C4D6B; }
span { border-color: rgb(12,77,107); }
td.TdClassName
{
border-color: #0C4D6B;
}
.TagClassName
{
border-color: #0C4D6B;
}
</style>