#010474

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

Shades of Navy #010474

Tints of Navy #010474

Color information

#010474 (or 0x010474) is unknown color: approx Navy. HEX triplet: 01, 04 and 74. RGB value is (1,4,116). Sum of RGB (Red+Green+Blue) = 1+4+116=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 4 (1.95% from 255 or 3.31% from 121); Blue value is 116 (45.70% from 255 or 95.87% from 121); Max value from RGB is 116 - color contains mainly: blue. Hex color #010474 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010474 is #FEFB8B. Grayscale: #0F0F0F. Windows color (decimal): -16710540 or 7603201. OLE color: 7603201.

HSL color Cylindrical-coordinate representation of color #010474: hue angle of 238.43º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010474 is Cyan = 0.99, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB14116-
CMYK0.990.9700.55
HSL238.43º98.29%22.94%-
HSV(B)238.43º99.14%45.49%-
XYZ3.211.3516.62-
YUV15.87184.51117.39-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.83%
GREEN value IS 4 (1.95% from 255) = 3.31%
BLUE value IS 116 (45.70% from 255) = 95.87%
R=0.83%
G=3.31%
B=95.87%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal141160.990.9700.55238.4398.2922.94
Hex14746361037ee6217
Octal1416414314106735614227
Binary1100111010011000111100001011011111101110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010474; }

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

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

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

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

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

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

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

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