Shades of Navy Blue #005AFC
Tints of Navy Blue #005AFC
RGB
CMYK
RGB Variations
Color information
#005AFC (or 0x005AFC) is known color: Navy Blue. HEX triplet: 00, 5A and FC. RGB value is (0,90,252). Sum of RGB (Red+Green+Blue) = 0+90+252=342 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 342); Green value is 90 (35.55% from 255 or 26.32% from 342); Blue value is 252 (98.83% from 255 or 73.68% from 342); Max value from RGB is 252 - color contains mainly: blue. Hex color #005AFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #005AFC is #FFA503. Grayscale: #505050. Windows color (decimal): -16753924 or 16538112. OLE color: 16538112.
HSL color Cylindrical-coordinate representation of color #005AFC: hue angle of 218.57º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005AFC is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 90 | 252 | - |
| CMYK | 1 | 0.64 | 0 | 0.01 |
| HSL | 218.57º | 1% | 0.49% | - |
| HSV(B) | 218.57º | 1% | 0.99% | - |
| XYZ | 21.23 | 14.34 | 93.74 | - |
| YUV | 81.56 | 224.18 | 69.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 90 | 252 | 1 | 0.64 | 0 | 0.01 | 218.57 | 1 | 0.49 |
| Hex | 0 | 5A | FC | 64 | 40 | 0 | 1 | DB | 64 | 31 |
| Octal | 0 | 132 | 374 | 144 | 100 | 0 | 1 | 333 | 144 | 61 |
| Binary | 0 | 1011010 | 11111100 | 1100100 | 1000000 | 0 | 1 | 11011011 | 1100100 | 110001 |
Color Harmonies of #005AFC
Complementary color
Monochromatic Colors of #005AFC
Black with #005AFC
Text Example
Text Example
White with #005AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005AFC; }
p { color: rgb(0,90,252); }
H1.HeaderClassName
{
color: #005AFC;
}
.AnyTagClassName
{
color: #005AFC;
}
</style>
background-color css
<style>
a { background-color: #005AFC; }
a { background-color: rgb(0,90,252); }
div.DivClassName
{
background-color: #005AFC;
}
.BgClassName
{
background-color: #005AFC;
}
</style>
border-color css
<style>
span { border-color: #005AFC; }
span { border-color: rgb(0,90,252); }
td.TdClassName
{
border-color: #005AFC;
}
.TagClassName
{
border-color: #005AFC;
}
</style>