Shades of Blue #0319EA
Tints of Blue #0319EA
RGB
CMYK
RGB Variations
Color information
#0319EA (or 0x0319EA) is known color: Blue. HEX triplet: 03, 19 and EA. RGB value is (3,25,234). Sum of RGB (Red+Green+Blue) = 3+25+234=262 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 262); Green value is 25 (10.16% from 255 or 9.54% from 262); Blue value is 234 (91.80% from 255 or 89.31% from 262); Max value from RGB is 234 - color contains mainly: blue. Hex color #0319EA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0319EA is #FCE615. Grayscale: #292929. Windows color (decimal): -16573974 or 15341827. OLE color: 15341827.
HSL color Cylindrical-coordinate representation of color #0319EA: hue angle of 234.29º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0319EA is Cyan = 0.99, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 3 | 25 | 234 | - |
| CMYK | 0.99 | 0.89 | 0 | 0.08 |
| HSL | 234.29º | 0.97% | 0.46% | - |
| HSV(B) | 234.29º | 0.99% | 0.92% | - |
| XYZ | 15.24 | 6.66 | 78.32 | - |
| YUV | 42.25 | 236.21 | 100.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 25 | 234 | 0.99 | 0.89 | 0 | 0.08 | 234.29 | 0.97 | 0.46 |
| Hex | 3 | 19 | EA | 63 | 59 | 0 | 8 | EA | 61 | 2E |
| Octal | 3 | 31 | 352 | 143 | 131 | 0 | 10 | 352 | 141 | 56 |
| Binary | 11 | 11001 | 11101010 | 1100011 | 1011001 | 0 | 1000 | 11101010 | 1100001 | 101110 |
Color Harmonies of #0319EA
Complementary color
Monochromatic Colors of #0319EA
Black with #0319EA
Text Example
Text Example
White with #0319EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0319EA; }
p { color: rgb(3,25,234); }
H1.HeaderClassName
{
color: #0319EA;
}
.AnyTagClassName
{
color: #0319EA;
}
</style>
background-color css
<style>
a { background-color: #0319EA; }
a { background-color: rgb(3,25,234); }
div.DivClassName
{
background-color: #0319EA;
}
.BgClassName
{
background-color: #0319EA;
}
</style>
border-color css
<style>
span { border-color: #0319EA; }
span { border-color: rgb(3,25,234); }
td.TdClassName
{
border-color: #0319EA;
}
.TagClassName
{
border-color: #0319EA;
}
</style>