Shades of Navy Blue #0151F9
Tints of Navy Blue #0151F9
RGB
CMYK
RGB Variations
Color information
#0151F9 (or 0x0151F9) is known color: Navy Blue. HEX triplet: 01, 51 and F9. RGB value is (1,81,249). Sum of RGB (Red+Green+Blue) = 1+81+249=331 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 331); Green value is 81 (32.03% from 255 or 24.47% from 331); Blue value is 249 (97.66% from 255 or 75.23% from 331); Max value from RGB is 249 - color contains mainly: blue. Hex color #0151F9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0151F9 is #FEAE06. Grayscale: #4B4B4B. Windows color (decimal): -16690695 or 16339201. OLE color: 16339201.
HSL color Cylindrical-coordinate representation of color #0151F9: hue angle of 220.65º 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 #0151F9 is Cyan = 1.00, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 81 | 249 | - |
| CMYK | 1.00 | 0.67 | 0 | 0.02 |
| HSL | 220.65º | 0.99% | 0.49% | - |
| HSV(B) | 220.65º | 1% | 0.98% | - |
| XYZ | 20.05 | 12.73 | 91.02 | - |
| YUV | 76.23 | 225.5 | 74.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 81 | 249 | 1.00 | 0.67 | 0 | 0.02 | 220.65 | 0.99 | 0.49 |
| Hex | 1 | 51 | F9 | 64 | 43 | 0 | 2 | DD | 63 | 31 |
| Octal | 1 | 121 | 371 | 144 | 103 | 0 | 2 | 335 | 143 | 61 |
| Binary | 1 | 1010001 | 11111001 | 1100100 | 1000011 | 0 | 10 | 11011101 | 1100011 | 110001 |
Color Harmonies of #0151F9
Complementary color
Monochromatic Colors of #0151F9
Black with #0151F9
Text Example
Text Example
White with #0151F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0151F9; }
p { color: rgb(1,81,249); }
H1.HeaderClassName
{
color: #0151F9;
}
.AnyTagClassName
{
color: #0151F9;
}
</style>
background-color css
<style>
a { background-color: #0151F9; }
a { background-color: rgb(1,81,249); }
div.DivClassName
{
background-color: #0151F9;
}
.BgClassName
{
background-color: #0151F9;
}
</style>
border-color css
<style>
span { border-color: #0151F9; }
span { border-color: rgb(1,81,249); }
td.TdClassName
{
border-color: #0151F9;
}
.TagClassName
{
border-color: #0151F9;
}
</style>