Shades of Navy Blue #0350CE
Tints of Navy Blue #0350CE
RGB
CMYK
RGB Variations
Color information
#0350CE (or 0x0350CE) is known color: Navy Blue. HEX triplet: 03, 50 and CE. RGB value is (3,80,206). Sum of RGB (Red+Green+Blue) = 3+80+206=289 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.04% from 289); Green value is 80 (31.64% from 255 or 27.68% from 289); Blue value is 206 (80.86% from 255 or 71.28% from 289); Max value from RGB is 206 - color contains mainly: blue. Hex color #0350CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0350CE is #FCAF31. Grayscale: #464646. Windows color (decimal): -16559922 or 13520899. OLE color: 13520899.
HSL color Cylindrical-coordinate representation of color #0350CE: hue angle of 217.24º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0350CE is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 3 | 80 | 206 | - |
| CMYK | 0.99 | 0.61 | 0 | 0.19 |
| HSL | 217.24º | 0.97% | 0.41% | - |
| HSV(B) | 217.24º | 0.99% | 0.81% | - |
| XYZ | 14.05 | 10.21 | 59.62 | - |
| YUV | 71.34 | 203.99 | 79.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 80 | 206 | 0.99 | 0.61 | 0 | 0.19 | 217.24 | 0.97 | 0.41 |
| Hex | 3 | 50 | CE | 63 | 3D | 0 | 13 | D9 | 61 | 29 |
| Octal | 3 | 120 | 316 | 143 | 75 | 0 | 23 | 331 | 141 | 51 |
| Binary | 11 | 1010000 | 11001110 | 1100011 | 111101 | 0 | 10011 | 11011001 | 1100001 | 101001 |
Color Harmonies of #0350CE
Complementary color
Monochromatic Colors of #0350CE
Black with #0350CE
Text Example
Text Example
White with #0350CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0350CE; }
p { color: rgb(3,80,206); }
H1.HeaderClassName
{
color: #0350CE;
}
.AnyTagClassName
{
color: #0350CE;
}
</style>
background-color css
<style>
a { background-color: #0350CE; }
a { background-color: rgb(3,80,206); }
div.DivClassName
{
background-color: #0350CE;
}
.BgClassName
{
background-color: #0350CE;
}
</style>
border-color css
<style>
span { border-color: #0350CE; }
span { border-color: rgb(3,80,206); }
td.TdClassName
{
border-color: #0350CE;
}
.TagClassName
{
border-color: #0350CE;
}
</style>