#010471

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

Shades of Navy #010471

Tints of Navy #010471

Color information

#010471 (or 0x010471) is unknown color: approx Navy. HEX triplet: 01, 04 and 71. RGB value is (1,4,113). Sum of RGB (Red+Green+Blue) = 1+4+113=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 4 (1.95% from 255 or 3.39% from 118); Blue value is 113 (44.53% from 255 or 95.76% from 118); Max value from RGB is 113 - color contains mainly: blue. Hex color #010471 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010471 is #FEFB8E. Grayscale: #0F0F0F. Windows color (decimal): -16710543 or 7406593. OLE color: 7406593.

HSL color Cylindrical-coordinate representation of color #010471: hue angle of 238.39º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010471 is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB14113-
CMYK0.990.9600.56
HSL238.39º98.25%22.35%-
HSV(B)238.39º99.12%44.31%-
XYZ3.041.2915.71-
YUV15.53183.01117.64-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.85%
GREEN value IS 4 (1.95% from 255) = 3.39%
BLUE value IS 113 (44.53% from 255) = 95.76%
R=0.85%
G=3.39%
B=95.76%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal141130.990.9600.56238.3998.2522.35
Hex14716360038ee6216
Octal1416114314007035614226
Binary1100111000111000111100000011100011101110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010471; }

 p { color: rgb(1,4,113); }

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

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

 a { background-color: rgb(1,4,113); }

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

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

 span { border-color: rgb(1,4,113); }

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