Shades of Blue #0C1DEF
Tints of Blue #0C1DEF
RGB
CMYK
RGB Variations
Color information
#0C1DEF (or 0x0C1DEF) is known color: Blue. HEX triplet: 0C, 1D and EF. RGB value is (12,29,239). Sum of RGB (Red+Green+Blue) = 12+29+239=280 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.29% from 280); Green value is 29 (11.72% from 255 or 10.36% from 280); Blue value is 239 (93.75% from 255 or 85.36% from 280); Max value from RGB is 239 - color contains mainly: blue. Hex color #0C1DEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0C1DEF is #F3E210. Grayscale: #2F2F2F. Windows color (decimal): -15983121 or 15670540. OLE color: 15670540.
HSL color Cylindrical-coordinate representation of color #0C1DEF: hue angle of 235.51º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C1DEF is Cyan = 0.95, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 12 | 29 | 239 | - |
| CMYK | 0.95 | 0.88 | 0 | 0.06 |
| HSL | 235.51º | 0.9% | 0.49% | - |
| HSV(B) | 235.51º | 0.95% | 0.94% | - |
| XYZ | 16.17 | 7.19 | 82.2 | - |
| YUV | 47.86 | 235.87 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 29 | 239 | 0.95 | 0.88 | 0 | 0.06 | 235.51 | 0.9 | 0.49 |
| Hex | C | 1D | EF | 5F | 58 | 0 | 6 | EC | 5A | 31 |
| Octal | 14 | 35 | 357 | 137 | 130 | 0 | 6 | 354 | 132 | 61 |
| Binary | 1100 | 11101 | 11101111 | 1011111 | 1011000 | 0 | 110 | 11101100 | 1011010 | 110001 |
Color Harmonies of #0C1DEF
Complementary color
Monochromatic Colors of #0C1DEF
Black with #0C1DEF
Text Example
Text Example
White with #0C1DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1DEF; }
p { color: rgb(12,29,239); }
H1.HeaderClassName
{
color: #0C1DEF;
}
.AnyTagClassName
{
color: #0C1DEF;
}
</style>
background-color css
<style>
a { background-color: #0C1DEF; }
a { background-color: rgb(12,29,239); }
div.DivClassName
{
background-color: #0C1DEF;
}
.BgClassName
{
background-color: #0C1DEF;
}
</style>
border-color css
<style>
span { border-color: #0C1DEF; }
span { border-color: rgb(12,29,239); }
td.TdClassName
{
border-color: #0C1DEF;
}
.TagClassName
{
border-color: #0C1DEF;
}
</style>