Shades of Navy #010C7E
Tints of Navy #010C7E
RGB
CMYK
RGB Variations
Color information
#010C7E (or 0x010C7E) is known color: Navy. HEX triplet: 01, 0C and 7E. RGB value is (1,12,126). Sum of RGB (Red+Green+Blue) = 1+12+126=139 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 139); Green value is 12 (5.08% from 255 or 8.63% from 139); Blue value is 126 (49.61% from 255 or 90.65% from 139); Max value from RGB is 126 - color contains mainly: blue. Hex color #010C7E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010C7E is #FEF381. Grayscale: #151515. Windows color (decimal): -16708482 or 8260609. OLE color: 8260609.
HSL color Cylindrical-coordinate representation of color #010C7E: hue angle of 234.72º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010C7E is Cyan = 0.99, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 12 | 126 | - |
| CMYK | 0.99 | 0.90 | 0 | 0.51 |
| HSL | 234.72º | 0.98% | 0.25% | - |
| HSV(B) | 234.72º | 0.99% | 0.49% | - |
| XYZ | 3.91 | 1.78 | 19.88 | - |
| YUV | 21.71 | 186.86 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 12 | 126 | 0.99 | 0.90 | 0 | 0.51 | 234.72 | 0.98 | 0.25 |
| Hex | 1 | C | 7E | 63 | 5A | 0 | 33 | EB | 62 | 19 |
| Octal | 1 | 14 | 176 | 143 | 132 | 0 | 63 | 353 | 142 | 31 |
| Binary | 1 | 1100 | 1111110 | 1100011 | 1011010 | 0 | 110011 | 11101011 | 1100010 | 11001 |
Color Harmonies of #010C7E
Complementary color
Monochromatic Colors of #010C7E
Black with #010C7E
Text Example
Text Example
White with #010C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010C7E; }
p { color: rgb(1,12,126); }
H1.HeaderClassName
{
color: #010C7E;
}
.AnyTagClassName
{
color: #010C7E;
}
</style>
background-color css
<style>
a { background-color: #010C7E; }
a { background-color: rgb(1,12,126); }
div.DivClassName
{
background-color: #010C7E;
}
.BgClassName
{
background-color: #010C7E;
}
</style>
border-color css
<style>
span { border-color: #010C7E; }
span { border-color: rgb(1,12,126); }
td.TdClassName
{
border-color: #010C7E;
}
.TagClassName
{
border-color: #010C7E;
}
</style>