Shades of Navy #010C83
Tints of Navy #010C83
RGB
CMYK
RGB Variations
Color information
#010C83 (or 0x010C83) is known color: Navy. HEX triplet: 01, 0C and 83. RGB value is (1,12,131). Sum of RGB (Red+Green+Blue) = 1+12+131=144 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 144); Green value is 12 (5.08% from 255 or 8.33% from 144); Blue value is 131 (51.56% from 255 or 90.97% from 144); Max value from RGB is 131 - color contains mainly: blue. Hex color #010C83 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010C83 is #FEF37C. Grayscale: #151515. Windows color (decimal): -16708477 or 8588289. OLE color: 8588289.
HSL color Cylindrical-coordinate representation of color #010C83: hue angle of 234.92º 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 #010C83 is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 12 | 131 | - |
| CMYK | 0.99 | 0.91 | 0 | 0.49 |
| HSL | 234.92º | 0.98% | 0.26% | - |
| HSV(B) | 234.92º | 0.99% | 0.51% | - |
| XYZ | 4.24 | 1.91 | 21.62 | - |
| YUV | 22.28 | 189.36 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 12 | 131 | 0.99 | 0.91 | 0 | 0.49 | 234.92 | 0.98 | 0.26 |
| Hex | 1 | C | 83 | 63 | 5B | 0 | 31 | EB | 62 | 1A |
| Octal | 1 | 14 | 203 | 143 | 133 | 0 | 61 | 353 | 142 | 32 |
| Binary | 1 | 1100 | 10000011 | 1100011 | 1011011 | 0 | 110001 | 11101011 | 1100010 | 11010 |
Color Harmonies of #010C83
Complementary color
Monochromatic Colors of #010C83
Black with #010C83
Text Example
Text Example
White with #010C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010C83; }
p { color: rgb(1,12,131); }
H1.HeaderClassName
{
color: #010C83;
}
.AnyTagClassName
{
color: #010C83;
}
</style>
background-color css
<style>
a { background-color: #010C83; }
a { background-color: rgb(1,12,131); }
div.DivClassName
{
background-color: #010C83;
}
.BgClassName
{
background-color: #010C83;
}
</style>
border-color css
<style>
span { border-color: #010C83; }
span { border-color: rgb(1,12,131); }
td.TdClassName
{
border-color: #010C83;
}
.TagClassName
{
border-color: #010C83;
}
</style>