#050464

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

Shades of Navy #050464

Tints of Navy #050464

Color information

#050464 (or 0x050464) is unknown color: approx Navy. HEX triplet: 05, 04 and 64. RGB value is (5,4,100). Sum of RGB (Red+Green+Blue) = 5+4+100=109 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.59% from 109); Green value is 4 (1.95% from 255 or 3.67% from 109); Blue value is 100 (39.45% from 255 or 91.74% from 109); Max value from RGB is 100 - color contains mainly: blue. Hex color #050464 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050464 is #FAFB9B. Grayscale: #0E0E0E. Windows color (decimal): -16448412 or 6554629. OLE color: 6554629.

HSL color Cylindrical-coordinate representation of color #050464: hue angle of 240.62º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #050464 is Cyan = 0.95, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB54100-
CMYK0.950.9600.61
HSL240.62º92.31%20.39%-
HSV(B)240.62º96%39.22%-
XYZ2.411.0412.13-
YUV15.24175.83120.69-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.59%
GREEN value IS 4 (1.95% from 255) = 3.67%
BLUE value IS 100 (39.45% from 255) = 91.74%
R=4.59%
G=3.67%
B=91.74%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal541000.950.9600.61240.6292.3120.39
Hex54645F6003Df15c14
Octal5414413714007536113424
Binary101100110010010111111100000011110111110001101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050464; }

 p { color: rgb(5,4,100); }

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

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

 a { background-color: rgb(5,4,100); }

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

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

 span { border-color: rgb(5,4,100); }

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