Shades of Blue #0111FC
Tints of Blue #0111FC
RGB
CMYK
RGB Variations
Color information
#0111FC (or 0x0111FC) is known color: Blue. HEX triplet: 01, 11 and FC. RGB value is (1,17,252). Sum of RGB (Red+Green+Blue) = 1+17+252=270 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 270); Green value is 17 (7.03% from 255 or 6.30% from 270); Blue value is 252 (98.83% from 255 or 93.33% from 270); Max value from RGB is 252 - color contains mainly: blue. Hex color #0111FC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0111FC is #FEEE03. Grayscale: #262626. Windows color (decimal): -16707076 or 16519425. OLE color: 16519425.
HSL color Cylindrical-coordinate representation of color #0111FC: hue angle of 236.18º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0111FC is Cyan = 1.00, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 17 | 252 | - |
| CMYK | 1.00 | 0.93 | 0 | 0.01 |
| HSL | 236.18º | 0.99% | 0.5% | - |
| HSV(B) | 236.18º | 1% | 0.99% | - |
| XYZ | 17.78 | 7.44 | 92.59 | - |
| YUV | 39.01 | 248.2 | 100.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 17 | 252 | 1.00 | 0.93 | 0 | 0.01 | 236.18 | 0.99 | 0.5 |
| Hex | 1 | 11 | FC | 64 | 5D | 0 | 1 | EC | 63 | 32 |
| Octal | 1 | 21 | 374 | 144 | 135 | 0 | 1 | 354 | 143 | 62 |
| Binary | 1 | 10001 | 11111100 | 1100100 | 1011101 | 0 | 1 | 11101100 | 1100011 | 110010 |
Color Harmonies of #0111FC
Complementary color
Monochromatic Colors of #0111FC
Black with #0111FC
Text Example
Text Example
White with #0111FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0111FC; }
p { color: rgb(1,17,252); }
H1.HeaderClassName
{
color: #0111FC;
}
.AnyTagClassName
{
color: #0111FC;
}
</style>
background-color css
<style>
a { background-color: #0111FC; }
a { background-color: rgb(1,17,252); }
div.DivClassName
{
background-color: #0111FC;
}
.BgClassName
{
background-color: #0111FC;
}
</style>
border-color css
<style>
span { border-color: #0111FC; }
span { border-color: rgb(1,17,252); }
td.TdClassName
{
border-color: #0111FC;
}
.TagClassName
{
border-color: #0111FC;
}
</style>