Shades of Navy Blue #0045F1
Tints of Navy Blue #0045F1
RGB
CMYK
RGB Variations
Color information
#0045F1 (or 0x0045F1) is known color: Navy Blue. HEX triplet: 00, 45 and F1. RGB value is (0,69,241). Sum of RGB (Red+Green+Blue) = 0+69+241=310 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 310); Green value is 69 (27.34% from 255 or 22.26% from 310); Blue value is 241 (94.53% from 255 or 77.74% from 310); Max value from RGB is 241 - color contains mainly: blue. Hex color #0045F1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0045F1 is #FFBA0E. Grayscale: #434343. Windows color (decimal): -16759311 or 15811840. OLE color: 15811840.
HSL color Cylindrical-coordinate representation of color #0045F1: hue angle of 222.82º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0045F1 is Cyan = 1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 0 | 69 | 241 | - |
| CMYK | 1 | 0.71 | 0 | 0.05 |
| HSL | 222.82º | 1% | 0.47% | - |
| HSV(B) | 222.82º | 1% | 0.95% | - |
| XYZ | 18.01 | 10.61 | 84.32 | - |
| YUV | 67.98 | 225.64 | 79.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 69 | 241 | 1 | 0.71 | 0 | 0.05 | 222.82 | 1 | 0.47 |
| Hex | 0 | 45 | F1 | 64 | 47 | 0 | 5 | DF | 64 | 2F |
| Octal | 0 | 105 | 361 | 144 | 107 | 0 | 5 | 337 | 144 | 57 |
| Binary | 0 | 1000101 | 11110001 | 1100100 | 1000111 | 0 | 101 | 11011111 | 1100100 | 101111 |
Color Harmonies of #0045F1
Complementary color
Monochromatic Colors of #0045F1
Black with #0045F1
Text Example
Text Example
White with #0045F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0045F1; }
p { color: rgb(0,69,241); }
H1.HeaderClassName
{
color: #0045F1;
}
.AnyTagClassName
{
color: #0045F1;
}
</style>
background-color css
<style>
a { background-color: #0045F1; }
a { background-color: rgb(0,69,241); }
div.DivClassName
{
background-color: #0045F1;
}
.BgClassName
{
background-color: #0045F1;
}
</style>
border-color css
<style>
span { border-color: #0045F1; }
span { border-color: rgb(0,69,241); }
td.TdClassName
{
border-color: #0045F1;
}
.TagClassName
{
border-color: #0045F1;
}
</style>