Shades of Navy Blue #005FF3
Tints of Navy Blue #005FF3
RGB
CMYK
RGB Variations
Color information
#005FF3 (or 0x005FF3) is known color: Navy Blue. HEX triplet: 00, 5F and F3. RGB value is (0,95,243). Sum of RGB (Red+Green+Blue) = 0+95+243=338 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 338); Green value is 95 (37.5% from 255 or 28.11% from 338); Blue value is 243 (95.31% from 255 or 71.89% from 338); Max value from RGB is 243 - color contains mainly: blue. Hex color #005FF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #005FF3 is #FFA00C. Grayscale: #525252. Windows color (decimal): -16752653 or 15949568. OLE color: 15949568.
HSL color Cylindrical-coordinate representation of color #005FF3: hue angle of 216.54º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005FF3 is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 0 | 95 | 243 | - |
| CMYK | 1 | 0.61 | 0 | 0.05 |
| HSL | 216.54º | 1% | 0.48% | - |
| HSV(B) | 216.54º | 1% | 0.95% | - |
| XYZ | 20.27 | 14.66 | 86.55 | - |
| YUV | 83.47 | 218.03 | 68.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 95 | 243 | 1 | 0.61 | 0 | 0.05 | 216.54 | 1 | 0.48 |
| Hex | 0 | 5F | F3 | 64 | 3D | 0 | 5 | D9 | 64 | 30 |
| Octal | 0 | 137 | 363 | 144 | 75 | 0 | 5 | 331 | 144 | 60 |
| Binary | 0 | 1011111 | 11110011 | 1100100 | 111101 | 0 | 101 | 11011001 | 1100100 | 110000 |
Color Harmonies of #005FF3
Complementary color
Monochromatic Colors of #005FF3
Black with #005FF3
Text Example
Text Example
White with #005FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005FF3; }
p { color: rgb(0,95,243); }
H1.HeaderClassName
{
color: #005FF3;
}
.AnyTagClassName
{
color: #005FF3;
}
</style>
background-color css
<style>
a { background-color: #005FF3; }
a { background-color: rgb(0,95,243); }
div.DivClassName
{
background-color: #005FF3;
}
.BgClassName
{
background-color: #005FF3;
}
</style>
border-color css
<style>
span { border-color: #005FF3; }
span { border-color: rgb(0,95,243); }
td.TdClassName
{
border-color: #005FF3;
}
.TagClassName
{
border-color: #005FF3;
}
</style>