Shades of Blue #0B18EA
Tints of Blue #0B18EA
RGB
CMYK
RGB Variations
Color information
#0B18EA (or 0x0B18EA) is known color: Blue. HEX triplet: 0B, 18 and EA. RGB value is (11,24,234). Sum of RGB (Red+Green+Blue) = 11+24+234=269 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.09% from 269); Green value is 24 (9.77% from 255 or 8.92% from 269); Blue value is 234 (91.80% from 255 or 86.99% from 269); Max value from RGB is 234 - color contains mainly: blue. Hex color #0B18EA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0B18EA is #F4E715. Grayscale: #2B2B2B. Windows color (decimal): -16049942 or 15341579. OLE color: 15341579.
HSL color Cylindrical-coordinate representation of color #0B18EA: hue angle of 236.5º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B18EA is Cyan = 0.95, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 11 | 24 | 234 | - |
| CMYK | 0.95 | 0.90 | 0 | 0.08 |
| HSL | 236.5º | 0.91% | 0.48% | - |
| HSV(B) | 236.5º | 0.95% | 0.92% | - |
| XYZ | 15.32 | 6.66 | 78.32 | - |
| YUV | 44.05 | 235.19 | 104.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 24 | 234 | 0.95 | 0.90 | 0 | 0.08 | 236.5 | 0.91 | 0.48 |
| Hex | B | 18 | EA | 5F | 5A | 0 | 8 | ED | 5B | 30 |
| Octal | 13 | 30 | 352 | 137 | 132 | 0 | 10 | 355 | 133 | 60 |
| Binary | 1011 | 11000 | 11101010 | 1011111 | 1011010 | 0 | 1000 | 11101101 | 1011011 | 110000 |
Color Harmonies of #0B18EA
Complementary color
Monochromatic Colors of #0B18EA
Black with #0B18EA
Text Example
Text Example
White with #0B18EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B18EA; }
p { color: rgb(11,24,234); }
H1.HeaderClassName
{
color: #0B18EA;
}
.AnyTagClassName
{
color: #0B18EA;
}
</style>
background-color css
<style>
a { background-color: #0B18EA; }
a { background-color: rgb(11,24,234); }
div.DivClassName
{
background-color: #0B18EA;
}
.BgClassName
{
background-color: #0B18EA;
}
</style>
border-color css
<style>
span { border-color: #0B18EA; }
span { border-color: rgb(11,24,234); }
td.TdClassName
{
border-color: #0B18EA;
}
.TagClassName
{
border-color: #0B18EA;
}
</style>