Shades of Navy Blue #045FFC
Tints of Navy Blue #045FFC
RGB
CMYK
RGB Variations
Color information
#045FFC (or 0x045FFC) is known color: Navy Blue. HEX triplet: 04, 5F and FC. RGB value is (4,95,252). Sum of RGB (Red+Green+Blue) = 4+95+252=351 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.14% from 351); Green value is 95 (37.5% from 255 or 27.07% from 351); Blue value is 252 (98.83% from 255 or 71.79% from 351); Max value from RGB is 252 - color contains mainly: blue. Hex color #045FFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #045FFC is #FBA003. Grayscale: #545454. Windows color (decimal): -16490500 or 16539396. OLE color: 16539396.
HSL color Cylindrical-coordinate representation of color #045FFC: hue angle of 217.98º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #045FFC is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 95 | 252 | - |
| CMYK | 0.98 | 0.62 | 0 | 0.01 |
| HSL | 217.98º | 0.98% | 0.5% | - |
| HSV(B) | 217.98º | 0.98% | 0.99% | - |
| XYZ | 21.71 | 15.24 | 93.89 | - |
| YUV | 85.69 | 221.85 | 69.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 95 | 252 | 0.98 | 0.62 | 0 | 0.01 | 217.98 | 0.98 | 0.5 |
| Hex | 4 | 5F | FC | 62 | 3E | 0 | 1 | DA | 62 | 32 |
| Octal | 4 | 137 | 374 | 142 | 76 | 0 | 1 | 332 | 142 | 62 |
| Binary | 100 | 1011111 | 11111100 | 1100010 | 111110 | 0 | 1 | 11011010 | 1100010 | 110010 |
Color Harmonies of #045FFC
Complementary color
Monochromatic Colors of #045FFC
Black with #045FFC
Text Example
Text Example
White with #045FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045FFC; }
p { color: rgb(4,95,252); }
H1.HeaderClassName
{
color: #045FFC;
}
.AnyTagClassName
{
color: #045FFC;
}
</style>
background-color css
<style>
a { background-color: #045FFC; }
a { background-color: rgb(4,95,252); }
div.DivClassName
{
background-color: #045FFC;
}
.BgClassName
{
background-color: #045FFC;
}
</style>
border-color css
<style>
span { border-color: #045FFC; }
span { border-color: rgb(4,95,252); }
td.TdClassName
{
border-color: #045FFC;
}
.TagClassName
{
border-color: #045FFC;
}
</style>