Shades of Navy #01147B
Tints of Navy #01147B
RGB
CMYK
RGB Variations
Color information
#01147B (or 0x01147B) is known color: Navy. HEX triplet: 01, 14 and 7B. RGB value is (1,20,123). Sum of RGB (Red+Green+Blue) = 1+20+123=144 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 144); Green value is 20 (8.20% from 255 or 13.89% from 144); Blue value is 123 (48.44% from 255 or 85.42% from 144); Max value from RGB is 123 - color contains mainly: blue. Hex color #01147B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01147B is #FEEB84. Grayscale: #191919. Windows color (decimal): -16706437 or 8066049. OLE color: 8066049.
HSL color Cylindrical-coordinate representation of color #01147B: hue angle of 230.66º 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 #01147B is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 1 | 20 | 123 | - |
| CMYK | 0.99 | 0.84 | 0 | 0.52 |
| HSL | 230.66º | 0.98% | 0.24% | - |
| HSV(B) | 230.66º | 0.99% | 0.48% | - |
| XYZ | 3.84 | 1.94 | 18.91 | - |
| YUV | 26.06 | 182.71 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 20 | 123 | 0.99 | 0.84 | 0 | 0.52 | 230.66 | 0.98 | 0.24 |
| Hex | 1 | 14 | 7B | 63 | 54 | 0 | 34 | E7 | 62 | 18 |
| Octal | 1 | 24 | 173 | 143 | 124 | 0 | 64 | 347 | 142 | 30 |
| Binary | 1 | 10100 | 1111011 | 1100011 | 1010100 | 0 | 110100 | 11100111 | 1100010 | 11000 |
Color Harmonies of #01147B
Complementary color
Monochromatic Colors of #01147B
Black with #01147B
Text Example
Text Example
White with #01147B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01147B; }
p { color: rgb(1,20,123); }
H1.HeaderClassName
{
color: #01147B;
}
.AnyTagClassName
{
color: #01147B;
}
</style>
background-color css
<style>
a { background-color: #01147B; }
a { background-color: rgb(1,20,123); }
div.DivClassName
{
background-color: #01147B;
}
.BgClassName
{
background-color: #01147B;
}
</style>
border-color css
<style>
span { border-color: #01147B; }
span { border-color: rgb(1,20,123); }
td.TdClassName
{
border-color: #01147B;
}
.TagClassName
{
border-color: #01147B;
}
</style>