Shades of Navy #010F83
Tints of Navy #010F83
RGB
CMYK
RGB Variations
Color information
#010F83 (or 0x010F83) is known color: Navy. HEX triplet: 01, 0F and 83. RGB value is (1,15,131). Sum of RGB (Red+Green+Blue) = 1+15+131=147 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 147); Green value is 15 (6.25% from 255 or 10.20% from 147); Blue value is 131 (51.56% from 255 or 89.12% from 147); Max value from RGB is 131 - color contains mainly: blue. Hex color #010F83 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010F83 is #FEF07C. Grayscale: #171717. Windows color (decimal): -16707709 or 8589057. OLE color: 8589057.
HSL color Cylindrical-coordinate representation of color #010F83: hue angle of 233.54º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010F83 is Cyan = 0.99, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 15 | 131 | - |
| CMYK | 0.99 | 0.89 | 0 | 0.49 |
| HSL | 233.54º | 0.98% | 0.26% | - |
| HSV(B) | 233.54º | 0.99% | 0.51% | - |
| XYZ | 4.28 | 1.99 | 21.63 | - |
| YUV | 24.04 | 188.36 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 15 | 131 | 0.99 | 0.89 | 0 | 0.49 | 233.54 | 0.98 | 0.26 |
| Hex | 1 | F | 83 | 63 | 59 | 0 | 31 | EA | 62 | 1A |
| Octal | 1 | 17 | 203 | 143 | 131 | 0 | 61 | 352 | 142 | 32 |
| Binary | 1 | 1111 | 10000011 | 1100011 | 1011001 | 0 | 110001 | 11101010 | 1100010 | 11010 |
Color Harmonies of #010F83
Complementary color
Monochromatic Colors of #010F83
Black with #010F83
Text Example
Text Example
White with #010F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010F83; }
p { color: rgb(1,15,131); }
H1.HeaderClassName
{
color: #010F83;
}
.AnyTagClassName
{
color: #010F83;
}
</style>
background-color css
<style>
a { background-color: #010F83; }
a { background-color: rgb(1,15,131); }
div.DivClassName
{
background-color: #010F83;
}
.BgClassName
{
background-color: #010F83;
}
</style>
border-color css
<style>
span { border-color: #010F83; }
span { border-color: rgb(1,15,131); }
td.TdClassName
{
border-color: #010F83;
}
.TagClassName
{
border-color: #010F83;
}
</style>