Shades of Blue #0C1DF9
Tints of Blue #0C1DF9
RGB
CMYK
RGB Variations
Color information
#0C1DF9 (or 0x0C1DF9) is known color: Blue. HEX triplet: 0C, 1D and F9. RGB value is (12,29,249). Sum of RGB (Red+Green+Blue) = 12+29+249=290 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.14% from 290); Green value is 29 (11.72% from 255 or 10% from 290); Blue value is 249 (97.66% from 255 or 85.86% from 290); Max value from RGB is 249 - color contains mainly: blue. Hex color #0C1DF9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0C1DF9 is #F3E206. Grayscale: #303030. Windows color (decimal): -15983111 or 16325900. OLE color: 16325900.
HSL color Cylindrical-coordinate representation of color #0C1DF9: hue angle of 235.7º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C1DF9 is Cyan = 0.95, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 29 | 249 | - |
| CMYK | 0.95 | 0.88 | 0 | 0.02 |
| HSL | 235.7º | 0.95% | 0.51% | - |
| HSV(B) | 235.7º | 0.95% | 0.98% | - |
| XYZ | 17.69 | 7.8 | 90.2 | - |
| YUV | 49 | 240.87 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 29 | 249 | 0.95 | 0.88 | 0 | 0.02 | 235.7 | 0.95 | 0.51 |
| Hex | C | 1D | F9 | 5F | 58 | 0 | 2 | EC | 5F | 33 |
| Octal | 14 | 35 | 371 | 137 | 130 | 0 | 2 | 354 | 137 | 63 |
| Binary | 1100 | 11101 | 11111001 | 1011111 | 1011000 | 0 | 10 | 11101100 | 1011111 | 110011 |
Color Harmonies of #0C1DF9
Complementary color
Monochromatic Colors of #0C1DF9
Black with #0C1DF9
Text Example
Text Example
White with #0C1DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1DF9; }
p { color: rgb(12,29,249); }
H1.HeaderClassName
{
color: #0C1DF9;
}
.AnyTagClassName
{
color: #0C1DF9;
}
</style>
background-color css
<style>
a { background-color: #0C1DF9; }
a { background-color: rgb(12,29,249); }
div.DivClassName
{
background-color: #0C1DF9;
}
.BgClassName
{
background-color: #0C1DF9;
}
</style>
border-color css
<style>
span { border-color: #0C1DF9; }
span { border-color: rgb(12,29,249); }
td.TdClassName
{
border-color: #0C1DF9;
}
.TagClassName
{
border-color: #0C1DF9;
}
</style>