Shades of Blue #0018E6
Tints of Blue #0018E6
RGB
CMYK
RGB Variations
Color information
#0018E6 (or 0x0018E6) is known color: Blue. HEX triplet: 00, 18 and E6. RGB value is (0,24,230). Sum of RGB (Red+Green+Blue) = 0+24+230=254 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 254); Green value is 24 (9.77% from 255 or 9.45% from 254); Blue value is 230 (90.23% from 255 or 90.55% from 254); Max value from RGB is 230 - color contains mainly: blue. Hex color #0018E6 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0018E6 is #FFE719. Grayscale: #272727. Windows color (decimal): -16770842 or 15079424. OLE color: 15079424.
HSL color Cylindrical-coordinate representation of color #0018E6: hue angle of 233.74º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0018E6 is Cyan = 1, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 0 | 24 | 230 | - |
| CMYK | 1 | 0.90 | 0 | 0.10 |
| HSL | 233.74º | 1% | 0.45% | - |
| HSV(B) | 233.74º | 1% | 0.9% | - |
| XYZ | 14.61 | 6.37 | 75.32 | - |
| YUV | 40.31 | 235.05 | 99.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 24 | 230 | 1 | 0.90 | 0 | 0.10 | 233.74 | 1 | 0.45 |
| Hex | 0 | 18 | E6 | 64 | 5A | 0 | A | EA | 64 | 2D |
| Octal | 0 | 30 | 346 | 144 | 132 | 0 | 12 | 352 | 144 | 55 |
| Binary | 0 | 11000 | 11100110 | 1100100 | 1011010 | 0 | 1010 | 11101010 | 1100100 | 101101 |
Color Harmonies of #0018E6
Complementary color
Monochromatic Colors of #0018E6
Black with #0018E6
Text Example
Text Example
White with #0018E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0018E6; }
p { color: rgb(0,24,230); }
H1.HeaderClassName
{
color: #0018E6;
}
.AnyTagClassName
{
color: #0018E6;
}
</style>
background-color css
<style>
a { background-color: #0018E6; }
a { background-color: rgb(0,24,230); }
div.DivClassName
{
background-color: #0018E6;
}
.BgClassName
{
background-color: #0018E6;
}
</style>
border-color css
<style>
span { border-color: #0018E6; }
span { border-color: rgb(0,24,230); }
td.TdClassName
{
border-color: #0018E6;
}
.TagClassName
{
border-color: #0018E6;
}
</style>