#050463

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

Shades of Navy #050463

Tints of Navy #050463

Color information

#050463 (or 0x050463) is unknown color: approx Navy. HEX triplet: 05, 04 and 63. RGB value is (5,4,99). Sum of RGB (Red+Green+Blue) = 5+4+99=108 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.63% from 108); Green value is 4 (1.95% from 255 or 3.70% from 108); Blue value is 99 (39.06% from 255 or 91.67% from 108); Max value from RGB is 99 - color contains mainly: blue. Hex color #050463 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050463 is #FAFB9C. Grayscale: #0E0E0E. Windows color (decimal): -16448413 or 6489093. OLE color: 6489093.

HSL color Cylindrical-coordinate representation of color #050463: hue angle of 240.63º 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 #050463 is Cyan = 0.95, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB5499-
CMYK0.950.9600.61
HSL240.63º92.23%20.2%-
HSV(B)240.63º95.96%38.82%-
XYZ2.361.0211.88-
YUV15.13175.33120.78-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.63%
GREEN value IS 4 (1.95% from 255) = 3.70%
BLUE value IS 99 (39.06% from 255) = 91.67%
R=4.63%
G=3.70%
B=91.67%

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
Decimal54990.950.9600.61240.6392.2320.2
Hex54635F6003Df15c14
Octal5414313714007536113424
Binary101100110001110111111100000011110111110001101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050463; }

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

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

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

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

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

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

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

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