Shades of Navy #010272
Tints of Navy #010272
RGB
CMYK
RGB Variations
Color information
#010272 (or 0x010272) is known color: Navy. HEX triplet: 01, 02 and 72. RGB value is (1,2,114). Sum of RGB (Red+Green+Blue) = 1+2+114=117 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 117); Green value is 2 (1.17% from 255 or 1.71% from 117); Blue value is 114 (44.92% from 255 or 97.44% from 117); Max value from RGB is 114 - color contains mainly: blue. Hex color #010272 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010272 is #FEFD8D. Grayscale: #0E0E0E. Windows color (decimal): -16711054 or 7471617. OLE color: 7471617.
HSL color Cylindrical-coordinate representation of color #010272: hue angle of 239.47º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010272 is Cyan = 0.99, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 2 | 114 | - |
| CMYK | 0.99 | 0.98 | 0 | 0.55 |
| HSL | 239.47º | 0.98% | 0.23% | - |
| HSV(B) | 239.47º | 0.99% | 0.45% | - |
| XYZ | 3.07 | 1.26 | 16 | - |
| YUV | 14.47 | 184.17 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 2 | 114 | 0.99 | 0.98 | 0 | 0.55 | 239.47 | 0.98 | 0.23 |
| Hex | 1 | 2 | 72 | 63 | 62 | 0 | 37 | EF | 62 | 17 |
| Octal | 1 | 2 | 162 | 143 | 142 | 0 | 67 | 357 | 142 | 27 |
| Binary | 1 | 10 | 1110010 | 1100011 | 1100010 | 0 | 110111 | 11101111 | 1100010 | 10111 |
Color Harmonies of #010272
Complementary color
Monochromatic Colors of #010272
Black with #010272
Text Example
Text Example
White with #010272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010272; }
p { color: rgb(1,2,114); }
H1.HeaderClassName
{
color: #010272;
}
.AnyTagClassName
{
color: #010272;
}
</style>
background-color css
<style>
a { background-color: #010272; }
a { background-color: rgb(1,2,114); }
div.DivClassName
{
background-color: #010272;
}
.BgClassName
{
background-color: #010272;
}
</style>
border-color css
<style>
span { border-color: #010272; }
span { border-color: rgb(1,2,114); }
td.TdClassName
{
border-color: #010272;
}
.TagClassName
{
border-color: #010272;
}
</style>