Shades of Navy #01157B
Tints of Navy #01157B
RGB
CMYK
RGB Variations
Color information
#01157B (or 0x01157B) is known color: Navy. HEX triplet: 01, 15 and 7B. RGB value is (1,21,123). Sum of RGB (Red+Green+Blue) = 1+21+123=145 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 145); Green value is 21 (8.59% from 255 or 14.48% from 145); Blue value is 123 (48.44% from 255 or 84.83% from 145); Max value from RGB is 123 - color contains mainly: blue. Hex color #01157B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01157B is #FEEA84. Grayscale: #1A1A1A. Windows color (decimal): -16706181 or 8066305. OLE color: 8066305.
HSL color Cylindrical-coordinate representation of color #01157B: hue angle of 230.16º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01157B is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 1 | 21 | 123 | - |
| CMYK | 0.99 | 0.83 | 0 | 0.52 |
| HSL | 230.16º | 0.98% | 0.24% | - |
| HSV(B) | 230.16º | 0.99% | 0.48% | - |
| XYZ | 3.86 | 1.97 | 18.92 | - |
| YUV | 26.65 | 182.37 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 21 | 123 | 0.99 | 0.83 | 0 | 0.52 | 230.16 | 0.98 | 0.24 |
| Hex | 1 | 15 | 7B | 63 | 53 | 0 | 34 | E6 | 62 | 18 |
| Octal | 1 | 25 | 173 | 143 | 123 | 0 | 64 | 346 | 142 | 30 |
| Binary | 1 | 10101 | 1111011 | 1100011 | 1010011 | 0 | 110100 | 11100110 | 1100010 | 11000 |
Color Harmonies of #01157B
Complementary color
Monochromatic Colors of #01157B
Black with #01157B
Text Example
Text Example
White with #01157B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01157B; }
p { color: rgb(1,21,123); }
H1.HeaderClassName
{
color: #01157B;
}
.AnyTagClassName
{
color: #01157B;
}
</style>
background-color css
<style>
a { background-color: #01157B; }
a { background-color: rgb(1,21,123); }
div.DivClassName
{
background-color: #01157B;
}
.BgClassName
{
background-color: #01157B;
}
</style>
border-color css
<style>
span { border-color: #01157B; }
span { border-color: rgb(1,21,123); }
td.TdClassName
{
border-color: #01157B;
}
.TagClassName
{
border-color: #01157B;
}
</style>