#01157D

Color #01157D Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #01157D

Tints of Navy #01157D

Color information

#01157D (or 0x01157D) is unknown color: approx Navy. HEX triplet: 01, 15 and 7D. RGB value is (1,21,125). Sum of RGB (Red+Green+Blue) = 1+21+125=147 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 147); Green value is 21 (8.59% from 255 or 14.29% from 147); Blue value is 125 (49.22% from 255 or 85.03% from 147); Max value from RGB is 125 - color contains mainly: blue. Hex color #01157D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01157D is #FEEA82. Grayscale: #1A1A1A. Windows color (decimal): -16706179 or 8197377. OLE color: 8197377.

HSL color Cylindrical-coordinate representation of color #01157D: hue angle of 230.32º 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 #01157D is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB121125-
CMYK0.990.8300.51
HSL230.32º98.41%24.71%-
HSV(B)230.32º99.2%49.02%-
XYZ3.982.0219.58-
YUV26.88183.37109.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 1 (0.78% from 255) = 0.68%
GREEN value IS 21 (8.59% from 255) = 14.29%
BLUE value IS 125 (49.22% from 255) = 85.03%
R=0.68%
G=14.29%
B=85.03%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1211250.990.8300.51230.3298.4124.71
Hex1157D6353033e66219
Octal12517514312306334614231
Binary110101111110111000111010011011001111100110110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01157D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01157D; }

 p { color: rgb(1,21,125); }

 H1.HeaderClassName
 {
   color: #01157D;
 }
 .AnyTagClassName
 {
   color: #01157D;
 }
</style>
background-color css

<style>
 a { background-color: #01157D; }

 a { background-color: rgb(1,21,125); }

 div.DivClassName
 {
   background-color: #01157D;
 }
 .BgClassName
 {
   background-color: #01157D;
 }
</style>
border-color css

<style>
 span { border-color: #01157D; }

 span { border-color: rgb(1,21,125); }

 td.TdClassName
 {
   border-color: #01157D;
 }
 .TagClassName
 {
   border-color: #01157D;
 }
</style>