#050461

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

Shades of Navy #050461

Tints of Navy #050461

Color information

#050461 (or 0x050461) is unknown color: approx Navy. HEX triplet: 05, 04 and 61. RGB value is (5,4,97). Sum of RGB (Red+Green+Blue) = 5+4+97=106 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.72% from 106); Green value is 4 (1.95% from 255 or 3.77% from 106); Blue value is 97 (38.28% from 255 or 91.51% from 106); Max value from RGB is 97 - color contains mainly: blue. Hex color #050461 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050461 is #FAFB9E. Grayscale: #0E0E0E. Windows color (decimal): -16448415 or 6358021. OLE color: 6358021.

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

Color convert

RGB5497-
CMYK0.950.9600.62
HSL240.65º92.08%19.8%-
HSV(B)240.65º95.88%38.04%-
XYZ2.260.9811.38-
YUV14.9174.33120.94-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.72%
GREEN value IS 4 (1.95% from 255) = 3.77%
BLUE value IS 97 (38.28% from 255) = 91.51%
R=4.72%
G=3.77%
B=91.51%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal54970.950.9600.62240.6592.0819.8
Hex54615F6003Ef15c14
Octal5414113714007636113424
Binary101100110000110111111100000011111011110001101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050461; }

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

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

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

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

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

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

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

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