Shades of Navy Blue #0145F9
Tints of Navy Blue #0145F9
RGB
CMYK
RGB Variations
Color information
#0145F9 (or 0x0145F9) is known color: Navy Blue. HEX triplet: 01, 45 and F9. RGB value is (1,69,249). Sum of RGB (Red+Green+Blue) = 1+69+249=319 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 319); Green value is 69 (27.34% from 255 or 21.63% from 319); Blue value is 249 (97.66% from 255 or 78.06% from 319); Max value from RGB is 249 - color contains mainly: blue. Hex color #0145F9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0145F9 is #FEBA06. Grayscale: #444444. Windows color (decimal): -16693767 or 16336129. OLE color: 16336129.
HSL color Cylindrical-coordinate representation of color #0145F9: hue angle of 223.55º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0145F9 is Cyan = 1.00, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 69 | 249 | - |
| CMYK | 1.00 | 0.72 | 0 | 0.02 |
| HSL | 223.55º | 0.99% | 0.49% | - |
| HSV(B) | 223.55º | 1% | 0.98% | - |
| XYZ | 19.24 | 11.1 | 90.75 | - |
| YUV | 69.19 | 229.47 | 79.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 69 | 249 | 1.00 | 0.72 | 0 | 0.02 | 223.55 | 0.99 | 0.49 |
| Hex | 1 | 45 | F9 | 64 | 48 | 0 | 2 | E0 | 63 | 31 |
| Octal | 1 | 105 | 371 | 144 | 110 | 0 | 2 | 340 | 143 | 61 |
| Binary | 1 | 1000101 | 11111001 | 1100100 | 1001000 | 0 | 10 | 11100000 | 1100011 | 110001 |
Color Harmonies of #0145F9
Complementary color
Monochromatic Colors of #0145F9
Black with #0145F9
Text Example
Text Example
White with #0145F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0145F9; }
p { color: rgb(1,69,249); }
H1.HeaderClassName
{
color: #0145F9;
}
.AnyTagClassName
{
color: #0145F9;
}
</style>
background-color css
<style>
a { background-color: #0145F9; }
a { background-color: rgb(1,69,249); }
div.DivClassName
{
background-color: #0145F9;
}
.BgClassName
{
background-color: #0145F9;
}
</style>
border-color css
<style>
span { border-color: #0145F9; }
span { border-color: rgb(1,69,249); }
td.TdClassName
{
border-color: #0145F9;
}
.TagClassName
{
border-color: #0145F9;
}
</style>