#01157F

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

Shades of Navy #01157F

Tints of Navy #01157F

Color information

#01157F (or 0x01157F) is unknown color: approx Navy. HEX triplet: 01, 15 and 7F. RGB value is (1,21,127). Sum of RGB (Red+Green+Blue) = 1+21+127=149 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 149); Green value is 21 (8.59% from 255 or 14.09% from 149); Blue value is 127 (50% from 255 or 85.23% from 149); Max value from RGB is 127 - color contains mainly: blue. Hex color #01157F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01157F is #FEEA80. Grayscale: #1A1A1A. Windows color (decimal): -16706177 or 8328449. OLE color: 8328449.

HSL color Cylindrical-coordinate representation of color #01157F: hue angle of 230.48º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01157F is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB121127-
CMYK0.990.8300.50
HSL230.48º98.44%25.1%-
HSV(B)230.48º99.21%49.8%-
XYZ4.112.0820.26-
YUV27.1184.37109.38-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.67%
GREEN value IS 21 (8.59% from 255) = 14.09%
BLUE value IS 127 (50% from 255) = 85.23%
R=0.67%
G=14.09%
B=85.23%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1211270.990.8300.50230.4898.4425.1
Hex1157F6353032e66219
Octal12517714312306234614231
Binary110101111111111000111010011011001011100110110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01157F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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