Shades of Navy #000F83
Tints of Navy #000F83
RGB
CMYK
RGB Variations
Color information
#000F83 (or 0x000F83) is known color: Navy. HEX triplet: 00, 0F and 83. RGB value is (0,15,131). Sum of RGB (Red+Green+Blue) = 0+15+131=146 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 146); Green value is 15 (6.25% from 255 or 10.27% from 146); Blue value is 131 (51.56% from 255 or 89.73% from 146); Max value from RGB is 131 - color contains mainly: blue. Hex color #000F83 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000F83 is #FFF07C. Grayscale: #171717. Windows color (decimal): -16773245 or 8589056. OLE color: 8589056.
HSL color Cylindrical-coordinate representation of color #000F83: hue angle of 233.13º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000F83 is Cyan = 1, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 15 | 131 | - |
| CMYK | 1 | 0.89 | 0 | 0.49 |
| HSL | 233.13º | 1% | 0.26% | - |
| HSV(B) | 233.13º | 1% | 0.51% | - |
| XYZ | 4.27 | 1.98 | 21.63 | - |
| YUV | 23.74 | 188.53 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 15 | 131 | 1 | 0.89 | 0 | 0.49 | 233.13 | 1 | 0.26 |
| Hex | 0 | F | 83 | 64 | 59 | 0 | 31 | E9 | 64 | 1A |
| Octal | 0 | 17 | 203 | 144 | 131 | 0 | 61 | 351 | 144 | 32 |
| Binary | 0 | 1111 | 10000011 | 1100100 | 1011001 | 0 | 110001 | 11101001 | 1100100 | 11010 |
Color Harmonies of #000F83
Complementary color
Monochromatic Colors of #000F83
Black with #000F83
Text Example
Text Example
White with #000F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000F83; }
p { color: rgb(0,15,131); }
H1.HeaderClassName
{
color: #000F83;
}
.AnyTagClassName
{
color: #000F83;
}
</style>
background-color css
<style>
a { background-color: #000F83; }
a { background-color: rgb(0,15,131); }
div.DivClassName
{
background-color: #000F83;
}
.BgClassName
{
background-color: #000F83;
}
</style>
border-color css
<style>
span { border-color: #000F83; }
span { border-color: rgb(0,15,131); }
td.TdClassName
{
border-color: #000F83;
}
.TagClassName
{
border-color: #000F83;
}
</style>