Shades of Navy #010A7D
Tints of Navy #010A7D
RGB
CMYK
RGB Variations
Color information
#010A7D (or 0x010A7D) is known color: Navy. HEX triplet: 01, 0A and 7D. RGB value is (1,10,125). Sum of RGB (Red+Green+Blue) = 1+10+125=136 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 136); Green value is 10 (4.30% from 255 or 7.35% from 136); Blue value is 125 (49.22% from 255 or 91.91% from 136); Max value from RGB is 125 - color contains mainly: blue. Hex color #010A7D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010A7D is #FEF582. Grayscale: #131313. Windows color (decimal): -16708995 or 8194561. OLE color: 8194561.
HSL color Cylindrical-coordinate representation of color #010A7D: hue angle of 235.65º 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 #010A7D is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 10 | 125 | - |
| CMYK | 0.99 | 0.92 | 0 | 0.51 |
| HSL | 235.65º | 0.98% | 0.25% | - |
| HSV(B) | 235.65º | 0.99% | 0.49% | - |
| XYZ | 3.82 | 1.7 | 19.53 | - |
| YUV | 20.42 | 187.02 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 10 | 125 | 0.99 | 0.92 | 0 | 0.51 | 235.65 | 0.98 | 0.25 |
| Hex | 1 | A | 7D | 63 | 5C | 0 | 33 | EC | 62 | 19 |
| Octal | 1 | 12 | 175 | 143 | 134 | 0 | 63 | 354 | 142 | 31 |
| Binary | 1 | 1010 | 1111101 | 1100011 | 1011100 | 0 | 110011 | 11101100 | 1100010 | 11001 |
Color Harmonies of #010A7D
Complementary color
Monochromatic Colors of #010A7D
Black with #010A7D
Text Example
Text Example
White with #010A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010A7D; }
p { color: rgb(1,10,125); }
H1.HeaderClassName
{
color: #010A7D;
}
.AnyTagClassName
{
color: #010A7D;
}
</style>
background-color css
<style>
a { background-color: #010A7D; }
a { background-color: rgb(1,10,125); }
div.DivClassName
{
background-color: #010A7D;
}
.BgClassName
{
background-color: #010A7D;
}
</style>
border-color css
<style>
span { border-color: #010A7D; }
span { border-color: rgb(1,10,125); }
td.TdClassName
{
border-color: #010A7D;
}
.TagClassName
{
border-color: #010A7D;
}
</style>