Shades of Navy #010F81
Tints of Navy #010F81
RGB
CMYK
RGB Variations
Color information
#010F81 (or 0x010F81) is known color: Navy. HEX triplet: 01, 0F and 81. RGB value is (1,15,129). Sum of RGB (Red+Green+Blue) = 1+15+129=145 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 145); Green value is 15 (6.25% from 255 or 10.34% from 145); Blue value is 129 (50.78% from 255 or 88.97% from 145); Max value from RGB is 129 - color contains mainly: blue. Hex color #010F81 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010F81 is #FEF07E. Grayscale: #171717. Windows color (decimal): -16707711 or 8457985. OLE color: 8457985.
HSL color Cylindrical-coordinate representation of color #010F81: hue angle of 233.44º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010F81 is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 15 | 129 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.49 |
| HSL | 233.44º | 0.98% | 0.25% | - |
| HSV(B) | 233.44º | 0.99% | 0.51% | - |
| XYZ | 4.15 | 1.93 | 20.92 | - |
| YUV | 23.81 | 187.36 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 15 | 129 | 0.99 | 0.88 | 0 | 0.49 | 233.44 | 0.98 | 0.25 |
| Hex | 1 | F | 81 | 63 | 58 | 0 | 31 | E9 | 62 | 19 |
| Octal | 1 | 17 | 201 | 143 | 130 | 0 | 61 | 351 | 142 | 31 |
| Binary | 1 | 1111 | 10000001 | 1100011 | 1011000 | 0 | 110001 | 11101001 | 1100010 | 11001 |
Color Harmonies of #010F81
Complementary color
Monochromatic Colors of #010F81
Black with #010F81
Text Example
Text Example
White with #010F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010F81; }
p { color: rgb(1,15,129); }
H1.HeaderClassName
{
color: #010F81;
}
.AnyTagClassName
{
color: #010F81;
}
</style>
background-color css
<style>
a { background-color: #010F81; }
a { background-color: rgb(1,15,129); }
div.DivClassName
{
background-color: #010F81;
}
.BgClassName
{
background-color: #010F81;
}
</style>
border-color css
<style>
span { border-color: #010F81; }
span { border-color: rgb(1,15,129); }
td.TdClassName
{
border-color: #010F81;
}
.TagClassName
{
border-color: #010F81;
}
</style>