Shades of Navy Blue #0151FA
Tints of Navy Blue #0151FA
RGB
CMYK
RGB Variations
Color information
#0151FA (or 0x0151FA) is known color: Navy Blue. HEX triplet: 01, 51 and FA. RGB value is (1,81,250). Sum of RGB (Red+Green+Blue) = 1+81+250=332 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 332); Green value is 81 (32.03% from 255 or 24.40% from 332); Blue value is 250 (98.05% from 255 or 75.30% from 332); Max value from RGB is 250 - color contains mainly: blue. Hex color #0151FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0151FA is #FEAE05. Grayscale: #4B4B4B. Windows color (decimal): -16690694 or 16404737. OLE color: 16404737.
HSL color Cylindrical-coordinate representation of color #0151FA: hue angle of 220.72º 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 #0151FA is Cyan = 1.00, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 81 | 250 | - |
| CMYK | 1.00 | 0.68 | 0 | 0.02 |
| HSL | 220.72º | 0.99% | 0.49% | - |
| HSV(B) | 220.72º | 1% | 0.98% | - |
| XYZ | 20.21 | 12.79 | 91.85 | - |
| YUV | 76.35 | 226 | 74.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 81 | 250 | 1.00 | 0.68 | 0 | 0.02 | 220.72 | 0.99 | 0.49 |
| Hex | 1 | 51 | FA | 64 | 44 | 0 | 2 | DD | 63 | 31 |
| Octal | 1 | 121 | 372 | 144 | 104 | 0 | 2 | 335 | 143 | 61 |
| Binary | 1 | 1010001 | 11111010 | 1100100 | 1000100 | 0 | 10 | 11011101 | 1100011 | 110001 |
Color Harmonies of #0151FA
Complementary color
Monochromatic Colors of #0151FA
Black with #0151FA
Text Example
Text Example
White with #0151FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0151FA; }
p { color: rgb(1,81,250); }
H1.HeaderClassName
{
color: #0151FA;
}
.AnyTagClassName
{
color: #0151FA;
}
</style>
background-color css
<style>
a { background-color: #0151FA; }
a { background-color: rgb(1,81,250); }
div.DivClassName
{
background-color: #0151FA;
}
.BgClassName
{
background-color: #0151FA;
}
</style>
border-color css
<style>
span { border-color: #0151FA; }
span { border-color: rgb(1,81,250); }
td.TdClassName
{
border-color: #0151FA;
}
.TagClassName
{
border-color: #0151FA;
}
</style>