Shades of Blue #0B18FE
Tints of Blue #0B18FE
RGB
CMYK
RGB Variations
Color information
#0B18FE (or 0x0B18FE) is known color: Blue. HEX triplet: 0B, 18 and FE. RGB value is (11,24,254). Sum of RGB (Red+Green+Blue) = 11+24+254=289 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.81% from 289); Green value is 24 (9.77% from 255 or 8.30% from 289); Blue value is 254 (99.61% from 255 or 87.89% from 289); Max value from RGB is 254 - color contains mainly: blue. Hex color #0B18FE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0B18FE is #F4E701. Grayscale: #2D2D2D. Windows color (decimal): -16049922 or 16652299. OLE color: 16652299.
HSL color Cylindrical-coordinate representation of color #0B18FE: hue angle of 236.79º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B18FE is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 11 | 24 | 254 | - |
| CMYK | 0.96 | 0.91 | 0 | 0.00 |
| HSL | 236.79º | 0.99% | 0.52% | - |
| HSV(B) | 236.79º | 0.96% | 1% | - |
| XYZ | 18.35 | 7.88 | 94.32 | - |
| YUV | 46.33 | 245.19 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 24 | 254 | 0.96 | 0.91 | 0 | 0.00 | 236.79 | 0.99 | 0.52 |
| Hex | B | 18 | FE | 60 | 5B | 0 | 0 | ED | 63 | 34 |
| Octal | 13 | 30 | 376 | 140 | 133 | 0 | 0 | 355 | 143 | 64 |
| Binary | 1011 | 11000 | 11111110 | 1100000 | 1011011 | 0 | 0 | 11101101 | 1100011 | 110100 |
Color Harmonies of #0B18FE
Complementary color
Monochromatic Colors of #0B18FE
Black with #0B18FE
Text Example
Text Example
White with #0B18FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B18FE; }
p { color: rgb(11,24,254); }
H1.HeaderClassName
{
color: #0B18FE;
}
.AnyTagClassName
{
color: #0B18FE;
}
</style>
background-color css
<style>
a { background-color: #0B18FE; }
a { background-color: rgb(11,24,254); }
div.DivClassName
{
background-color: #0B18FE;
}
.BgClassName
{
background-color: #0B18FE;
}
</style>
border-color css
<style>
span { border-color: #0B18FE; }
span { border-color: rgb(11,24,254); }
td.TdClassName
{
border-color: #0B18FE;
}
.TagClassName
{
border-color: #0B18FE;
}
</style>