Shades of Medium Blue #0A18DB
Tints of Medium Blue #0A18DB
RGB
CMYK
RGB Variations
Color information
#0A18DB (or 0x0A18DB) is known color: Medium Blue. HEX triplet: 0A, 18 and DB. RGB value is (10,24,219). Sum of RGB (Red+Green+Blue) = 10+24+219=253 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.95% from 253); Green value is 24 (9.77% from 255 or 9.49% from 253); Blue value is 219 (85.94% from 255 or 86.56% from 253); Max value from RGB is 219 - color contains mainly: blue. Hex color #0A18DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A18DB is #F5E724. Grayscale: #292929. Windows color (decimal): -16115493 or 14358538. OLE color: 14358538.
HSL color Cylindrical-coordinate representation of color #0A18DB: hue angle of 235.98º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A18DB is Cyan = 0.95, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 10 | 24 | 219 | - |
| CMYK | 0.95 | 0.89 | 0 | 0.14 |
| HSL | 235.98º | 0.91% | 0.45% | - |
| HSV(B) | 235.98º | 0.95% | 0.86% | - |
| XYZ | 13.24 | 5.83 | 67.45 | - |
| YUV | 42.04 | 227.86 | 105.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 24 | 219 | 0.95 | 0.89 | 0 | 0.14 | 235.98 | 0.91 | 0.45 |
| Hex | A | 18 | DB | 5F | 59 | 0 | E | EC | 5B | 2D |
| Octal | 12 | 30 | 333 | 137 | 131 | 0 | 16 | 354 | 133 | 55 |
| Binary | 1010 | 11000 | 11011011 | 1011111 | 1011001 | 0 | 1110 | 11101100 | 1011011 | 101101 |
Color Harmonies of #0A18DB
Complementary color
Monochromatic Colors of #0A18DB
Black with #0A18DB
Text Example
Text Example
White with #0A18DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A18DB; }
p { color: rgb(10,24,219); }
H1.HeaderClassName
{
color: #0A18DB;
}
.AnyTagClassName
{
color: #0A18DB;
}
</style>
background-color css
<style>
a { background-color: #0A18DB; }
a { background-color: rgb(10,24,219); }
div.DivClassName
{
background-color: #0A18DB;
}
.BgClassName
{
background-color: #0A18DB;
}
</style>
border-color css
<style>
span { border-color: #0A18DB; }
span { border-color: rgb(10,24,219); }
td.TdClassName
{
border-color: #0A18DB;
}
.TagClassName
{
border-color: #0A18DB;
}
</style>