Shades of Navy #010C7F
Tints of Navy #010C7F
RGB
CMYK
RGB Variations
Color information
#010C7F (or 0x010C7F) is known color: Navy. HEX triplet: 01, 0C and 7F. RGB value is (1,12,127). Sum of RGB (Red+Green+Blue) = 1+12+127=140 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 140); Green value is 12 (5.08% from 255 or 8.57% from 140); Blue value is 127 (50% from 255 or 90.71% from 140); Max value from RGB is 127 - color contains mainly: blue. Hex color #010C7F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010C7F is #FEF380. Grayscale: #151515. Windows color (decimal): -16708481 or 8326145. OLE color: 8326145.
HSL color Cylindrical-coordinate representation of color #010C7F: hue angle of 234.76º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010C7F is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 1 | 12 | 127 | - |
| CMYK | 0.99 | 0.91 | 0 | 0.50 |
| HSL | 234.76º | 0.98% | 0.25% | - |
| HSV(B) | 234.76º | 0.99% | 0.5% | - |
| XYZ | 3.97 | 1.8 | 20.22 | - |
| YUV | 21.82 | 187.36 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 12 | 127 | 0.99 | 0.91 | 0 | 0.50 | 234.76 | 0.98 | 0.25 |
| Hex | 1 | C | 7F | 63 | 5B | 0 | 32 | EB | 62 | 19 |
| Octal | 1 | 14 | 177 | 143 | 133 | 0 | 62 | 353 | 142 | 31 |
| Binary | 1 | 1100 | 1111111 | 1100011 | 1011011 | 0 | 110010 | 11101011 | 1100010 | 11001 |
Color Harmonies of #010C7F
Complementary color
Monochromatic Colors of #010C7F
Black with #010C7F
Text Example
Text Example
White with #010C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010C7F; }
p { color: rgb(1,12,127); }
H1.HeaderClassName
{
color: #010C7F;
}
.AnyTagClassName
{
color: #010C7F;
}
</style>
background-color css
<style>
a { background-color: #010C7F; }
a { background-color: rgb(1,12,127); }
div.DivClassName
{
background-color: #010C7F;
}
.BgClassName
{
background-color: #010C7F;
}
</style>
border-color css
<style>
span { border-color: #010C7F; }
span { border-color: rgb(1,12,127); }
td.TdClassName
{
border-color: #010C7F;
}
.TagClassName
{
border-color: #010C7F;
}
</style>