Shades of Navy Blue #0350CB
Tints of Navy Blue #0350CB
RGB
CMYK
RGB Variations
Color information
#0350CB (or 0x0350CB) is known color: Navy Blue. HEX triplet: 03, 50 and CB. RGB value is (3,80,203). Sum of RGB (Red+Green+Blue) = 3+80+203=286 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 203 (79.69% from 255 or 70.98% from 286); Max value from RGB is 203 - color contains mainly: blue. Hex color #0350CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0350CB is #FCAF34. Grayscale: #464646. Windows color (decimal): -16559925 or 13324291. OLE color: 13324291.
HSL color Cylindrical-coordinate representation of color #0350CB: hue angle of 216.9º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0350CB is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 3 | 80 | 203 | - |
| CMYK | 0.99 | 0.61 | 0 | 0.20 |
| HSL | 216.9º | 0.97% | 0.4% | - |
| HSV(B) | 216.9º | 0.99% | 0.8% | - |
| XYZ | 13.69 | 10.07 | 57.72 | - |
| YUV | 71 | 202.49 | 79.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 80 | 203 | 0.99 | 0.61 | 0 | 0.20 | 216.9 | 0.97 | 0.4 |
| Hex | 3 | 50 | CB | 63 | 3D | 0 | 14 | D9 | 61 | 28 |
| Octal | 3 | 120 | 313 | 143 | 75 | 0 | 24 | 331 | 141 | 50 |
| Binary | 11 | 1010000 | 11001011 | 1100011 | 111101 | 0 | 10100 | 11011001 | 1100001 | 101000 |
Color Harmonies of #0350CB
Complementary color
Monochromatic Colors of #0350CB
Black with #0350CB
Text Example
Text Example
White with #0350CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0350CB; }
p { color: rgb(3,80,203); }
H1.HeaderClassName
{
color: #0350CB;
}
.AnyTagClassName
{
color: #0350CB;
}
</style>
background-color css
<style>
a { background-color: #0350CB; }
a { background-color: rgb(3,80,203); }
div.DivClassName
{
background-color: #0350CB;
}
.BgClassName
{
background-color: #0350CB;
}
</style>
border-color css
<style>
span { border-color: #0350CB; }
span { border-color: rgb(3,80,203); }
td.TdClassName
{
border-color: #0350CB;
}
.TagClassName
{
border-color: #0350CB;
}
</style>