Shades of Navy Blue #0350DC
Tints of Navy Blue #0350DC
RGB
CMYK
RGB Variations
Color information
#0350DC (or 0x0350DC) is known color: Navy Blue. HEX triplet: 03, 50 and DC. RGB value is (3,80,220). Sum of RGB (Red+Green+Blue) = 3+80+220=303 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 220 (86.33% from 255 or 72.61% from 303); Max value from RGB is 220 - color contains mainly: blue. Hex color #0350DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0350DC is #FCAF23. Grayscale: #484848. Windows color (decimal): -16559908 or 14438403. OLE color: 14438403.
HSL color Cylindrical-coordinate representation of color #0350DC: hue angle of 218.71º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0350DC is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 80 | 220 | - |
| CMYK | 0.99 | 0.64 | 0 | 0.14 |
| HSL | 218.71º | 0.97% | 0.44% | - |
| HSV(B) | 218.71º | 0.99% | 0.86% | - |
| XYZ | 15.82 | 10.92 | 68.98 | - |
| YUV | 72.94 | 210.99 | 78.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 80 | 220 | 0.99 | 0.64 | 0 | 0.14 | 218.71 | 0.97 | 0.44 |
| Hex | 3 | 50 | DC | 63 | 40 | 0 | E | DB | 61 | 2C |
| Octal | 3 | 120 | 334 | 143 | 100 | 0 | 16 | 333 | 141 | 54 |
| Binary | 11 | 1010000 | 11011100 | 1100011 | 1000000 | 0 | 1110 | 11011011 | 1100001 | 101100 |
Color Harmonies of #0350DC
Complementary color
Monochromatic Colors of #0350DC
Black with #0350DC
Text Example
Text Example
White with #0350DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0350DC; }
p { color: rgb(3,80,220); }
H1.HeaderClassName
{
color: #0350DC;
}
.AnyTagClassName
{
color: #0350DC;
}
</style>
background-color css
<style>
a { background-color: #0350DC; }
a { background-color: rgb(3,80,220); }
div.DivClassName
{
background-color: #0350DC;
}
.BgClassName
{
background-color: #0350DC;
}
</style>
border-color css
<style>
span { border-color: #0350DC; }
span { border-color: rgb(3,80,220); }
td.TdClassName
{
border-color: #0350DC;
}
.TagClassName
{
border-color: #0350DC;
}
</style>