Shades of Navy Blue #0350EB
Tints of Navy Blue #0350EB
RGB
CMYK
RGB Variations
Color information
#0350EB (or 0x0350EB) is known color: Navy Blue. HEX triplet: 03, 50 and EB. RGB value is (3,80,235). Sum of RGB (Red+Green+Blue) = 3+80+235=318 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 318); Green value is 80 (31.64% from 255 or 25.16% from 318); Blue value is 235 (92.19% from 255 or 73.90% from 318); Max value from RGB is 235 - color contains mainly: blue. Hex color #0350EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0350EB is #FCAF14. Grayscale: #494949. Windows color (decimal): -16559893 or 15421443. OLE color: 15421443.
HSL color Cylindrical-coordinate representation of color #0350EB: hue angle of 220.09º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0350EB is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 3 | 80 | 235 | - |
| CMYK | 0.99 | 0.66 | 0 | 0.08 |
| HSL | 220.09º | 0.97% | 0.47% | - |
| HSV(B) | 220.09º | 0.99% | 0.92% | - |
| XYZ | 17.9 | 11.75 | 79.92 | - |
| YUV | 74.65 | 218.49 | 76.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 80 | 235 | 0.99 | 0.66 | 0 | 0.08 | 220.09 | 0.97 | 0.47 |
| Hex | 3 | 50 | EB | 63 | 42 | 0 | 8 | DC | 61 | 2F |
| Octal | 3 | 120 | 353 | 143 | 102 | 0 | 10 | 334 | 141 | 57 |
| Binary | 11 | 1010000 | 11101011 | 1100011 | 1000010 | 0 | 1000 | 11011100 | 1100001 | 101111 |
Color Harmonies of #0350EB
Complementary color
Monochromatic Colors of #0350EB
Black with #0350EB
Text Example
Text Example
White with #0350EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0350EB; }
p { color: rgb(3,80,235); }
H1.HeaderClassName
{
color: #0350EB;
}
.AnyTagClassName
{
color: #0350EB;
}
</style>
background-color css
<style>
a { background-color: #0350EB; }
a { background-color: rgb(3,80,235); }
div.DivClassName
{
background-color: #0350EB;
}
.BgClassName
{
background-color: #0350EB;
}
</style>
border-color css
<style>
span { border-color: #0350EB; }
span { border-color: rgb(3,80,235); }
td.TdClassName
{
border-color: #0350EB;
}
.TagClassName
{
border-color: #0350EB;
}
</style>