Shades of Navy Blue #0350C5
Tints of Navy Blue #0350C5
RGB
CMYK
RGB Variations
Color information
#0350C5 (or 0x0350C5) is known color: Navy Blue. HEX triplet: 03, 50 and C5. RGB value is (3,80,197). Sum of RGB (Red+Green+Blue) = 3+80+197=280 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.07% from 280); Green value is 80 (31.64% from 255 or 28.57% from 280); Blue value is 197 (77.34% from 255 or 70.36% from 280); Max value from RGB is 197 - color contains mainly: blue. Hex color #0350C5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0350C5 is #FCAF3A. Grayscale: #454545. Windows color (decimal): -16559931 or 12931075. OLE color: 12931075.
HSL color Cylindrical-coordinate representation of color #0350C5: hue angle of 216.19º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0350C5 is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 3 | 80 | 197 | - |
| CMYK | 0.98 | 0.59 | 0 | 0.23 |
| HSL | 216.19º | 0.97% | 0.39% | - |
| HSV(B) | 216.19º | 0.98% | 0.77% | - |
| XYZ | 12.98 | 9.79 | 54.03 | - |
| YUV | 70.32 | 199.49 | 79.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 80 | 197 | 0.98 | 0.59 | 0 | 0.23 | 216.19 | 0.97 | 0.39 |
| Hex | 3 | 50 | C5 | 62 | 3B | 0 | 17 | D8 | 61 | 27 |
| Octal | 3 | 120 | 305 | 142 | 73 | 0 | 27 | 330 | 141 | 47 |
| Binary | 11 | 1010000 | 11000101 | 1100010 | 111011 | 0 | 10111 | 11011000 | 1100001 | 100111 |
Color Harmonies of #0350C5
Complementary color
Monochromatic Colors of #0350C5
Black with #0350C5
Text Example
Text Example
White with #0350C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0350C5; }
p { color: rgb(3,80,197); }
H1.HeaderClassName
{
color: #0350C5;
}
.AnyTagClassName
{
color: #0350C5;
}
</style>
background-color css
<style>
a { background-color: #0350C5; }
a { background-color: rgb(3,80,197); }
div.DivClassName
{
background-color: #0350C5;
}
.BgClassName
{
background-color: #0350C5;
}
</style>
border-color css
<style>
span { border-color: #0350C5; }
span { border-color: rgb(3,80,197); }
td.TdClassName
{
border-color: #0350C5;
}
.TagClassName
{
border-color: #0350C5;
}
</style>