Shades of Navy Blue #0350EA
Tints of Navy Blue #0350EA
RGB
CMYK
RGB Variations
Color information
#0350EA (or 0x0350EA) is known color: Navy Blue. HEX triplet: 03, 50 and EA. RGB value is (3,80,234). Sum of RGB (Red+Green+Blue) = 3+80+234=317 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 234 (91.80% from 255 or 73.82% from 317); Max value from RGB is 234 - color contains mainly: blue. Hex color #0350EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0350EA is #FCAF15. Grayscale: #494949. Windows color (decimal): -16559894 or 15355907. OLE color: 15355907.
HSL color Cylindrical-coordinate representation of color #0350EA: hue angle of 220º 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 #0350EA is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 3 | 80 | 234 | - |
| CMYK | 0.99 | 0.66 | 0 | 0.08 |
| HSL | 220º | 0.97% | 0.46% | - |
| HSV(B) | 220º | 0.99% | 0.92% | - |
| XYZ | 17.76 | 11.7 | 79.16 | - |
| YUV | 74.53 | 217.99 | 76.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 80 | 234 | 0.99 | 0.66 | 0 | 0.08 | 220 | 0.97 | 0.46 |
| Hex | 3 | 50 | EA | 63 | 42 | 0 | 8 | DC | 61 | 2E |
| Octal | 3 | 120 | 352 | 143 | 102 | 0 | 10 | 334 | 141 | 56 |
| Binary | 11 | 1010000 | 11101010 | 1100011 | 1000010 | 0 | 1000 | 11011100 | 1100001 | 101110 |
Color Harmonies of #0350EA
Complementary color
Monochromatic Colors of #0350EA
Black with #0350EA
Text Example
Text Example
White with #0350EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0350EA; }
p { color: rgb(3,80,234); }
H1.HeaderClassName
{
color: #0350EA;
}
.AnyTagClassName
{
color: #0350EA;
}
</style>
background-color css
<style>
a { background-color: #0350EA; }
a { background-color: rgb(3,80,234); }
div.DivClassName
{
background-color: #0350EA;
}
.BgClassName
{
background-color: #0350EA;
}
</style>
border-color css
<style>
span { border-color: #0350EA; }
span { border-color: rgb(3,80,234); }
td.TdClassName
{
border-color: #0350EA;
}
.TagClassName
{
border-color: #0350EA;
}
</style>