Shades of Blue #0C1FEF
Tints of Blue #0C1FEF
RGB
CMYK
RGB Variations
Color information
#0C1FEF (or 0x0C1FEF) is known color: Blue. HEX triplet: 0C, 1F and EF. RGB value is (12,31,239). Sum of RGB (Red+Green+Blue) = 12+31+239=282 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.26% from 282); Green value is 31 (12.5% from 255 or 10.99% from 282); Blue value is 239 (93.75% from 255 or 84.75% from 282); Max value from RGB is 239 - color contains mainly: blue. Hex color #0C1FEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0C1FEF is #F3E010. Grayscale: #303030. Windows color (decimal): -15982609 or 15671052. OLE color: 15671052.
HSL color Cylindrical-coordinate representation of color #0C1FEF: hue angle of 234.98º 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 #0C1FEF is Cyan = 0.95, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 12 | 31 | 239 | - |
| CMYK | 0.95 | 0.87 | 0 | 0.06 |
| HSL | 234.98º | 0.9% | 0.49% | - |
| HSV(B) | 234.98º | 0.95% | 0.94% | - |
| XYZ | 16.22 | 7.29 | 82.21 | - |
| YUV | 49.03 | 235.21 | 101.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 31 | 239 | 0.95 | 0.87 | 0 | 0.06 | 234.98 | 0.9 | 0.49 |
| Hex | C | 1F | EF | 5F | 57 | 0 | 6 | EB | 5A | 31 |
| Octal | 14 | 37 | 357 | 137 | 127 | 0 | 6 | 353 | 132 | 61 |
| Binary | 1100 | 11111 | 11101111 | 1011111 | 1010111 | 0 | 110 | 11101011 | 1011010 | 110001 |
Color Harmonies of #0C1FEF
Complementary color
Monochromatic Colors of #0C1FEF
Black with #0C1FEF
Text Example
Text Example
White with #0C1FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1FEF; }
p { color: rgb(12,31,239); }
H1.HeaderClassName
{
color: #0C1FEF;
}
.AnyTagClassName
{
color: #0C1FEF;
}
</style>
background-color css
<style>
a { background-color: #0C1FEF; }
a { background-color: rgb(12,31,239); }
div.DivClassName
{
background-color: #0C1FEF;
}
.BgClassName
{
background-color: #0C1FEF;
}
</style>
border-color css
<style>
span { border-color: #0C1FEF; }
span { border-color: rgb(12,31,239); }
td.TdClassName
{
border-color: #0C1FEF;
}
.TagClassName
{
border-color: #0C1FEF;
}
</style>