Shades of Blue #0313EA
Tints of Blue #0313EA
RGB
CMYK
RGB Variations
Color information
#0313EA (or 0x0313EA) is known color: Blue. HEX triplet: 03, 13 and EA. RGB value is (3,19,234). Sum of RGB (Red+Green+Blue) = 3+19+234=256 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.17% from 256); Green value is 19 (7.81% from 255 or 7.42% from 256); Blue value is 234 (91.80% from 255 or 91.41% from 256); Max value from RGB is 234 - color contains mainly: blue. Hex color #0313EA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0313EA is #FCEC15. Grayscale: #252525. Windows color (decimal): -16575510 or 15340291. OLE color: 15340291.
HSL color Cylindrical-coordinate representation of color #0313EA: hue angle of 235.84º 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 #0313EA is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 3 | 19 | 234 | - |
| CMYK | 0.99 | 0.92 | 0 | 0.08 |
| HSL | 235.84º | 0.97% | 0.46% | - |
| HSV(B) | 235.84º | 0.99% | 0.92% | - |
| XYZ | 15.12 | 6.43 | 78.29 | - |
| YUV | 38.73 | 238.2 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 19 | 234 | 0.99 | 0.92 | 0 | 0.08 | 235.84 | 0.97 | 0.46 |
| Hex | 3 | 13 | EA | 63 | 5C | 0 | 8 | EC | 61 | 2E |
| Octal | 3 | 23 | 352 | 143 | 134 | 0 | 10 | 354 | 141 | 56 |
| Binary | 11 | 10011 | 11101010 | 1100011 | 1011100 | 0 | 1000 | 11101100 | 1100001 | 101110 |
Color Harmonies of #0313EA
Complementary color
Monochromatic Colors of #0313EA
Black with #0313EA
Text Example
Text Example
White with #0313EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0313EA; }
p { color: rgb(3,19,234); }
H1.HeaderClassName
{
color: #0313EA;
}
.AnyTagClassName
{
color: #0313EA;
}
</style>
background-color css
<style>
a { background-color: #0313EA; }
a { background-color: rgb(3,19,234); }
div.DivClassName
{
background-color: #0313EA;
}
.BgClassName
{
background-color: #0313EA;
}
</style>
border-color css
<style>
span { border-color: #0313EA; }
span { border-color: rgb(3,19,234); }
td.TdClassName
{
border-color: #0313EA;
}
.TagClassName
{
border-color: #0313EA;
}
</style>