Shades of Blue #0C1EFB
Tints of Blue #0C1EFB
RGB
CMYK
RGB Variations
Color information
#0C1EFB (or 0x0C1EFB) is known color: Blue. HEX triplet: 0C, 1E and FB. RGB value is (12,30,251). Sum of RGB (Red+Green+Blue) = 12+30+251=293 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.10% from 293); Green value is 30 (12.11% from 255 or 10.24% from 293); Blue value is 251 (98.44% from 255 or 85.67% from 293); Max value from RGB is 251 - color contains mainly: blue. Hex color #0C1EFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0C1EFB is #F3E104. Grayscale: #303030. Windows color (decimal): -15982853 or 16457228. OLE color: 16457228.
HSL color Cylindrical-coordinate representation of color #0C1EFB: hue angle of 235.48º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C1EFB is Cyan = 0.95, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 30 | 251 | - |
| CMYK | 0.95 | 0.88 | 0 | 0.02 |
| HSL | 235.48º | 0.97% | 0.52% | - |
| HSV(B) | 235.48º | 0.95% | 0.98% | - |
| XYZ | 18.03 | 7.97 | 91.86 | - |
| YUV | 49.81 | 241.54 | 101.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 30 | 251 | 0.95 | 0.88 | 0 | 0.02 | 235.48 | 0.97 | 0.52 |
| Hex | C | 1E | FB | 5F | 58 | 0 | 2 | EB | 61 | 34 |
| Octal | 14 | 36 | 373 | 137 | 130 | 0 | 2 | 353 | 141 | 64 |
| Binary | 1100 | 11110 | 11111011 | 1011111 | 1011000 | 0 | 10 | 11101011 | 1100001 | 110100 |
Color Harmonies of #0C1EFB
Complementary color
Monochromatic Colors of #0C1EFB
Black with #0C1EFB
Text Example
Text Example
White with #0C1EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1EFB; }
p { color: rgb(12,30,251); }
H1.HeaderClassName
{
color: #0C1EFB;
}
.AnyTagClassName
{
color: #0C1EFB;
}
</style>
background-color css
<style>
a { background-color: #0C1EFB; }
a { background-color: rgb(12,30,251); }
div.DivClassName
{
background-color: #0C1EFB;
}
.BgClassName
{
background-color: #0C1EFB;
}
</style>
border-color css
<style>
span { border-color: #0C1EFB; }
span { border-color: rgb(12,30,251); }
td.TdClassName
{
border-color: #0C1EFB;
}
.TagClassName
{
border-color: #0C1EFB;
}
</style>