Shades of Blue #0C1BFA
Tints of Blue #0C1BFA
RGB
CMYK
RGB Variations
Color information
#0C1BFA (or 0x0C1BFA) is known color: Blue. HEX triplet: 0C, 1B and FA. RGB value is (12,27,250). Sum of RGB (Red+Green+Blue) = 12+27+250=289 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.15% from 289); Green value is 27 (10.94% from 255 or 9.34% from 289); Blue value is 250 (98.05% from 255 or 86.51% from 289); Max value from RGB is 250 - color contains mainly: blue. Hex color #0C1BFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0C1BFA is #F3E405. Grayscale: #2F2F2F. Windows color (decimal): -15983622 or 16390924. OLE color: 16390924.
HSL color Cylindrical-coordinate representation of color #0C1BFA: hue angle of 236.22º degrees, saturation: 0.96, 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 #0C1BFA is Cyan = 0.95, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 27 | 250 | - |
| CMYK | 0.95 | 0.89 | 0 | 0.02 |
| HSL | 236.22º | 0.96% | 0.51% | - |
| HSV(B) | 236.22º | 0.95% | 0.98% | - |
| XYZ | 17.8 | 7.76 | 91 | - |
| YUV | 47.94 | 242.03 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 27 | 250 | 0.95 | 0.89 | 0 | 0.02 | 236.22 | 0.96 | 0.51 |
| Hex | C | 1B | FA | 5F | 59 | 0 | 2 | EC | 60 | 33 |
| Octal | 14 | 33 | 372 | 137 | 131 | 0 | 2 | 354 | 140 | 63 |
| Binary | 1100 | 11011 | 11111010 | 1011111 | 1011001 | 0 | 10 | 11101100 | 1100000 | 110011 |
Color Harmonies of #0C1BFA
Complementary color
Monochromatic Colors of #0C1BFA
Black with #0C1BFA
Text Example
Text Example
White with #0C1BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1BFA; }
p { color: rgb(12,27,250); }
H1.HeaderClassName
{
color: #0C1BFA;
}
.AnyTagClassName
{
color: #0C1BFA;
}
</style>
background-color css
<style>
a { background-color: #0C1BFA; }
a { background-color: rgb(12,27,250); }
div.DivClassName
{
background-color: #0C1BFA;
}
.BgClassName
{
background-color: #0C1BFA;
}
</style>
border-color css
<style>
span { border-color: #0C1BFA; }
span { border-color: rgb(12,27,250); }
td.TdClassName
{
border-color: #0C1BFA;
}
.TagClassName
{
border-color: #0C1BFA;
}
</style>