Shades of Medium Blue #0C1DDB
Tints of Medium Blue #0C1DDB
RGB
CMYK
RGB Variations
Color information
#0C1DDB (or 0x0C1DDB) is known color: Medium Blue. HEX triplet: 0C, 1D and DB. RGB value is (12,29,219). Sum of RGB (Red+Green+Blue) = 12+29+219=260 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.62% from 260); Green value is 29 (11.72% from 255 or 11.15% from 260); Blue value is 219 (85.94% from 255 or 84.23% from 260); Max value from RGB is 219 - color contains mainly: blue. Hex color #0C1DDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C1DDB is #F3E224. Grayscale: #2C2C2C. Windows color (decimal): -15983141 or 14359820. OLE color: 14359820.
HSL color Cylindrical-coordinate representation of color #0C1DDB: hue angle of 235.07º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C1DDB is Cyan = 0.95, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 12 | 29 | 219 | - |
| CMYK | 0.95 | 0.87 | 0 | 0.14 |
| HSL | 235.07º | 0.9% | 0.45% | - |
| HSV(B) | 235.07º | 0.95% | 0.86% | - |
| XYZ | 13.38 | 6.07 | 67.48 | - |
| YUV | 45.58 | 225.87 | 104.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 29 | 219 | 0.95 | 0.87 | 0 | 0.14 | 235.07 | 0.9 | 0.45 |
| Hex | C | 1D | DB | 5F | 57 | 0 | E | EB | 5A | 2D |
| Octal | 14 | 35 | 333 | 137 | 127 | 0 | 16 | 353 | 132 | 55 |
| Binary | 1100 | 11101 | 11011011 | 1011111 | 1010111 | 0 | 1110 | 11101011 | 1011010 | 101101 |
Color Harmonies of #0C1DDB
Complementary color
Monochromatic Colors of #0C1DDB
Black with #0C1DDB
Text Example
Text Example
White with #0C1DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1DDB; }
p { color: rgb(12,29,219); }
H1.HeaderClassName
{
color: #0C1DDB;
}
.AnyTagClassName
{
color: #0C1DDB;
}
</style>
background-color css
<style>
a { background-color: #0C1DDB; }
a { background-color: rgb(12,29,219); }
div.DivClassName
{
background-color: #0C1DDB;
}
.BgClassName
{
background-color: #0C1DDB;
}
</style>
border-color css
<style>
span { border-color: #0C1DDB; }
span { border-color: rgb(12,29,219); }
td.TdClassName
{
border-color: #0C1DDB;
}
.TagClassName
{
border-color: #0C1DDB;
}
</style>