Shades of Blue #0118FA
Tints of Blue #0118FA
RGB
CMYK
RGB Variations
Color information
#0118FA (or 0x0118FA) is known color: Blue. HEX triplet: 01, 18 and FA. RGB value is (1,24,250). Sum of RGB (Red+Green+Blue) = 1+24+250=275 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 275); Green value is 24 (9.77% from 255 or 8.73% from 275); Blue value is 250 (98.05% from 255 or 90.91% from 275); Max value from RGB is 250 - color contains mainly: blue. Hex color #0118FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0118FA is #FEE705. Grayscale: #292929. Windows color (decimal): -16705286 or 16390145. OLE color: 16390145.
HSL color Cylindrical-coordinate representation of color #0118FA: hue angle of 234.46º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0118FA is Cyan = 1.00, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 24 | 250 | - |
| CMYK | 1.00 | 0.90 | 0 | 0.02 |
| HSL | 234.46º | 0.99% | 0.49% | - |
| HSV(B) | 234.46º | 1% | 0.98% | - |
| XYZ | 17.59 | 7.56 | 90.97 | - |
| YUV | 42.89 | 244.88 | 98.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 24 | 250 | 1.00 | 0.90 | 0 | 0.02 | 234.46 | 0.99 | 0.49 |
| Hex | 1 | 18 | FA | 64 | 5A | 0 | 2 | EA | 63 | 31 |
| Octal | 1 | 30 | 372 | 144 | 132 | 0 | 2 | 352 | 143 | 61 |
| Binary | 1 | 11000 | 11111010 | 1100100 | 1011010 | 0 | 10 | 11101010 | 1100011 | 110001 |
Color Harmonies of #0118FA
Complementary color
Monochromatic Colors of #0118FA
Black with #0118FA
Text Example
Text Example
White with #0118FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0118FA; }
p { color: rgb(1,24,250); }
H1.HeaderClassName
{
color: #0118FA;
}
.AnyTagClassName
{
color: #0118FA;
}
</style>
background-color css
<style>
a { background-color: #0118FA; }
a { background-color: rgb(1,24,250); }
div.DivClassName
{
background-color: #0118FA;
}
.BgClassName
{
background-color: #0118FA;
}
</style>
border-color css
<style>
span { border-color: #0118FA; }
span { border-color: rgb(1,24,250); }
td.TdClassName
{
border-color: #0118FA;
}
.TagClassName
{
border-color: #0118FA;
}
</style>