Shades of Medium Blue #0A18CF
Tints of Medium Blue #0A18CF
RGB
CMYK
RGB Variations
Color information
#0A18CF (or 0x0A18CF) is known color: Medium Blue. HEX triplet: 0A, 18 and CF. RGB value is (10,24,207). Sum of RGB (Red+Green+Blue) = 10+24+207=241 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.15% from 241); Green value is 24 (9.77% from 255 or 9.96% from 241); Blue value is 207 (81.25% from 255 or 85.89% from 241); Max value from RGB is 207 - color contains mainly: blue. Hex color #0A18CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A18CF is #F5E730. Grayscale: #272727. Windows color (decimal): -16115505 or 13572106. OLE color: 13572106.
HSL color Cylindrical-coordinate representation of color #0A18CF: hue angle of 235.74º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A18CF is Cyan = 0.95, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 10 | 24 | 207 | - |
| CMYK | 0.95 | 0.88 | 0 | 0.19 |
| HSL | 235.74º | 0.91% | 0.43% | - |
| HSV(B) | 235.74º | 0.95% | 0.81% | - |
| XYZ | 11.71 | 5.22 | 59.42 | - |
| YUV | 40.68 | 221.86 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 24 | 207 | 0.95 | 0.88 | 0 | 0.19 | 235.74 | 0.91 | 0.43 |
| Hex | A | 18 | CF | 5F | 58 | 0 | 13 | EC | 5B | 2B |
| Octal | 12 | 30 | 317 | 137 | 130 | 0 | 23 | 354 | 133 | 53 |
| Binary | 1010 | 11000 | 11001111 | 1011111 | 1011000 | 0 | 10011 | 11101100 | 1011011 | 101011 |
Color Harmonies of #0A18CF
Complementary color
Monochromatic Colors of #0A18CF
Black with #0A18CF
Text Example
Text Example
White with #0A18CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A18CF; }
p { color: rgb(10,24,207); }
H1.HeaderClassName
{
color: #0A18CF;
}
.AnyTagClassName
{
color: #0A18CF;
}
</style>
background-color css
<style>
a { background-color: #0A18CF; }
a { background-color: rgb(10,24,207); }
div.DivClassName
{
background-color: #0A18CF;
}
.BgClassName
{
background-color: #0A18CF;
}
</style>
border-color css
<style>
span { border-color: #0A18CF; }
span { border-color: rgb(10,24,207); }
td.TdClassName
{
border-color: #0A18CF;
}
.TagClassName
{
border-color: #0A18CF;
}
</style>