Shades of Medium Blue #1A18CF
Tints of Medium Blue #1A18CF
RGB
CMYK
RGB Variations
Color information
#1A18CF (or 0x1A18CF) is known color: Medium Blue. HEX triplet: 1A, 18 and CF. RGB value is (26,24,207). Sum of RGB (Red+Green+Blue) = 26+24+207=257 (34% of max value = 765). Red value is 26 (10.55% from 255 or 10.12% from 257); Green value is 24 (9.77% from 255 or 9.34% from 257); Blue value is 207 (81.25% from 255 or 80.54% from 257); Max value from RGB is 207 - color contains mainly: blue. Hex color #1A18CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A18CF is #E5E730. Grayscale: #2C2C2C. Windows color (decimal): -15066929 or 13572122. OLE color: 13572122.
HSL color Cylindrical-coordinate representation of color #1A18CF: hue angle of 240.66º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A18CF is Cyan = 0.87, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 26 | 24 | 207 | - |
| CMYK | 0.87 | 0.88 | 0 | 0.19 |
| HSL | 240.66º | 0.79% | 0.45% | - |
| HSV(B) | 240.66º | 0.88% | 0.81% | - |
| XYZ | 12.02 | 5.38 | 59.44 | - |
| YUV | 45.46 | 219.16 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 24 | 207 | 0.87 | 0.88 | 0 | 0.19 | 240.66 | 0.79 | 0.45 |
| Hex | 1A | 18 | CF | 57 | 58 | 0 | 13 | F1 | 4F | 2D |
| Octal | 32 | 30 | 317 | 127 | 130 | 0 | 23 | 361 | 117 | 55 |
| Binary | 11010 | 11000 | 11001111 | 1010111 | 1011000 | 0 | 10011 | 11110001 | 1001111 | 101101 |
Color Harmonies of #1A18CF
Complementary color
Monochromatic Colors of #1A18CF
Black with #1A18CF
Text Example
Text Example
White with #1A18CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A18CF; }
p { color: rgb(26,24,207); }
H1.HeaderClassName
{
color: #1A18CF;
}
.AnyTagClassName
{
color: #1A18CF;
}
</style>
background-color css
<style>
a { background-color: #1A18CF; }
a { background-color: rgb(26,24,207); }
div.DivClassName
{
background-color: #1A18CF;
}
.BgClassName
{
background-color: #1A18CF;
}
</style>
border-color css
<style>
span { border-color: #1A18CF; }
span { border-color: rgb(26,24,207); }
td.TdClassName
{
border-color: #1A18CF;
}
.TagClassName
{
border-color: #1A18CF;
}
</style>