Shades of Navy #010C82
Tints of Navy #010C82
RGB
CMYK
RGB Variations
Color information
#010C82 (or 0x010C82) is known color: Navy. HEX triplet: 01, 0C and 82. RGB value is (1,12,130). Sum of RGB (Red+Green+Blue) = 1+12+130=143 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 143); Green value is 12 (5.08% from 255 or 8.39% from 143); Blue value is 130 (51.17% from 255 or 90.91% from 143); Max value from RGB is 130 - color contains mainly: blue. Hex color #010C82 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010C82 is #FEF37D. Grayscale: #151515. Windows color (decimal): -16708478 or 8522753. OLE color: 8522753.
HSL color Cylindrical-coordinate representation of color #010C82: hue angle of 234.88º 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 #010C82 is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 12 | 130 | - |
| CMYK | 0.99 | 0.91 | 0 | 0.49 |
| HSL | 234.88º | 0.98% | 0.26% | - |
| HSV(B) | 234.88º | 0.99% | 0.51% | - |
| XYZ | 4.17 | 1.88 | 21.26 | - |
| YUV | 22.16 | 188.86 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 12 | 130 | 0.99 | 0.91 | 0 | 0.49 | 234.88 | 0.98 | 0.26 |
| Hex | 1 | C | 82 | 63 | 5B | 0 | 31 | EB | 62 | 1A |
| Octal | 1 | 14 | 202 | 143 | 133 | 0 | 61 | 353 | 142 | 32 |
| Binary | 1 | 1100 | 10000010 | 1100011 | 1011011 | 0 | 110001 | 11101011 | 1100010 | 11010 |
Color Harmonies of #010C82
Complementary color
Monochromatic Colors of #010C82
Black with #010C82
Text Example
Text Example
White with #010C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010C82; }
p { color: rgb(1,12,130); }
H1.HeaderClassName
{
color: #010C82;
}
.AnyTagClassName
{
color: #010C82;
}
</style>
background-color css
<style>
a { background-color: #010C82; }
a { background-color: rgb(1,12,130); }
div.DivClassName
{
background-color: #010C82;
}
.BgClassName
{
background-color: #010C82;
}
</style>
border-color css
<style>
span { border-color: #010C82; }
span { border-color: rgb(1,12,130); }
td.TdClassName
{
border-color: #010C82;
}
.TagClassName
{
border-color: #010C82;
}
</style>