Shades of Blue #0318EC
Tints of Blue #0318EC
RGB
CMYK
RGB Variations
Color information
#0318EC (or 0x0318EC) is known color: Blue. HEX triplet: 03, 18 and EC. RGB value is (3,24,236). Sum of RGB (Red+Green+Blue) = 3+24+236=263 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.14% from 263); Green value is 24 (9.77% from 255 or 9.13% from 263); Blue value is 236 (92.58% from 255 or 89.73% from 263); Max value from RGB is 236 - color contains mainly: blue. Hex color #0318EC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0318EC is #FCE713. Grayscale: #292929. Windows color (decimal): -16574228 or 15472643. OLE color: 15472643.
HSL color Cylindrical-coordinate representation of color #0318EC: hue angle of 234.59º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0318EC is Cyan = 0.99, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 24 | 236 | - |
| CMYK | 0.99 | 0.90 | 0 | 0.07 |
| HSL | 234.59º | 0.97% | 0.47% | - |
| HSV(B) | 234.59º | 0.99% | 0.93% | - |
| XYZ | 15.5 | 6.73 | 79.84 | - |
| YUV | 41.89 | 237.54 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 24 | 236 | 0.99 | 0.90 | 0 | 0.07 | 234.59 | 0.97 | 0.47 |
| Hex | 3 | 18 | EC | 63 | 5A | 0 | 7 | EB | 61 | 2F |
| Octal | 3 | 30 | 354 | 143 | 132 | 0 | 7 | 353 | 141 | 57 |
| Binary | 11 | 11000 | 11101100 | 1100011 | 1011010 | 0 | 111 | 11101011 | 1100001 | 101111 |
Color Harmonies of #0318EC
Complementary color
Monochromatic Colors of #0318EC
Black with #0318EC
Text Example
Text Example
White with #0318EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0318EC; }
p { color: rgb(3,24,236); }
H1.HeaderClassName
{
color: #0318EC;
}
.AnyTagClassName
{
color: #0318EC;
}
</style>
background-color css
<style>
a { background-color: #0318EC; }
a { background-color: rgb(3,24,236); }
div.DivClassName
{
background-color: #0318EC;
}
.BgClassName
{
background-color: #0318EC;
}
</style>
border-color css
<style>
span { border-color: #0318EC; }
span { border-color: rgb(3,24,236); }
td.TdClassName
{
border-color: #0318EC;
}
.TagClassName
{
border-color: #0318EC;
}
</style>