Shades of Blue #0118FC
Tints of Blue #0118FC
RGB
CMYK
RGB Variations
Color information
#0118FC (or 0x0118FC) is known color: Blue. HEX triplet: 01, 18 and FC. RGB value is (1,24,252). Sum of RGB (Red+Green+Blue) = 1+24+252=277 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 277); Green value is 24 (9.77% from 255 or 8.66% from 277); Blue value is 252 (98.83% from 255 or 90.97% from 277); Max value from RGB is 252 - color contains mainly: blue. Hex color #0118FC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0118FC is #FEE703. Grayscale: #2A2A2A. Windows color (decimal): -16705284 or 16521217. OLE color: 16521217.
HSL color Cylindrical-coordinate representation of color #0118FC: hue angle of 234.5º 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 #0118FC is Cyan = 1.00, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 24 | 252 | - |
| CMYK | 1.00 | 0.90 | 0 | 0.01 |
| HSL | 234.5º | 0.99% | 0.5% | - |
| HSV(B) | 234.5º | 1% | 0.99% | - |
| XYZ | 17.91 | 7.69 | 92.64 | - |
| YUV | 43.12 | 245.88 | 97.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 24 | 252 | 1.00 | 0.90 | 0 | 0.01 | 234.5 | 0.99 | 0.5 |
| Hex | 1 | 18 | FC | 64 | 5A | 0 | 1 | EB | 63 | 32 |
| Octal | 1 | 30 | 374 | 144 | 132 | 0 | 1 | 353 | 143 | 62 |
| Binary | 1 | 11000 | 11111100 | 1100100 | 1011010 | 0 | 1 | 11101011 | 1100011 | 110010 |
Color Harmonies of #0118FC
Complementary color
Monochromatic Colors of #0118FC
Black with #0118FC
Text Example
Text Example
White with #0118FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0118FC; }
p { color: rgb(1,24,252); }
H1.HeaderClassName
{
color: #0118FC;
}
.AnyTagClassName
{
color: #0118FC;
}
</style>
background-color css
<style>
a { background-color: #0118FC; }
a { background-color: rgb(1,24,252); }
div.DivClassName
{
background-color: #0118FC;
}
.BgClassName
{
background-color: #0118FC;
}
</style>
border-color css
<style>
span { border-color: #0118FC; }
span { border-color: rgb(1,24,252); }
td.TdClassName
{
border-color: #0118FC;
}
.TagClassName
{
border-color: #0118FC;
}
</style>