#050467

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

Shades of Navy #050467

Tints of Navy #050467

Color information

#050467 (or 0x050467) is unknown color: approx Navy. HEX triplet: 05, 04 and 67. RGB value is (5,4,103). Sum of RGB (Red+Green+Blue) = 5+4+103=112 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.46% from 112); Green value is 4 (1.95% from 255 or 3.57% from 112); Blue value is 103 (40.62% from 255 or 91.96% from 112); Max value from RGB is 103 - color contains mainly: blue. Hex color #050467 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050467 is #FAFB98. Grayscale: #0F0F0F. Windows color (decimal): -16448409 or 6751237. OLE color: 6751237.

HSL color Cylindrical-coordinate representation of color #050467: hue angle of 240.61º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #050467 is Cyan = 0.95, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB54103-
CMYK0.950.9600.60
HSL240.61º92.52%20.98%-
HSV(B)240.61º96.12%40.39%-
XYZ2.551.112.91-
YUV15.58177.33120.45-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.46%
GREEN value IS 4 (1.95% from 255) = 3.57%
BLUE value IS 103 (40.62% from 255) = 91.96%
R=4.46%
G=3.57%
B=91.96%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal541030.950.9600.60240.6192.5220.98
Hex54675F6003Cf15d15
Octal5414713714007436113525
Binary101100110011110111111100000011110011110001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050467; }

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

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

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

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

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

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

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

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