#050169

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

Shades of Navy #050169

Tints of Navy #050169

Color information

#050169 (or 0x050169) is unknown color: approx Navy. HEX triplet: 05, 01 and 69. RGB value is (5,1,105). Sum of RGB (Red+Green+Blue) = 5+1+105=111 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.50% from 111); Green value is 1 (0.78% from 255 or 0.90% from 111); Blue value is 105 (41.41% from 255 or 94.59% from 111); Max value from RGB is 105 - color contains mainly: blue. Hex color #050169 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050169 is #FAFE96. Grayscale: #0D0D0D. Windows color (decimal): -16449175 or 6881541. OLE color: 6881541.

HSL color Cylindrical-coordinate representation of color #050169: hue angle of 242.31º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #050169 is Cyan = 0.95, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB51105-
CMYK0.950.9900.59
HSL242.31º98.11%20.78%-
HSV(B)242.31º99.05%41.18%-
XYZ2.621.0713.43-
YUV14.05179.33121.54-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.50%
GREEN value IS 1 (0.78% from 255) = 0.90%
BLUE value IS 105 (41.41% from 255) = 94.59%
R=4.50%
G=0.90%
B=94.59%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal511050.950.9900.59242.3198.1120.78
Hex51695F6303Bf26215
Octal5115113714307336214225
Binary1011110100110111111100011011101111110010110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050169; }

 p { color: rgb(5,1,105); }

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

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

 a { background-color: rgb(5,1,105); }

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

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

 span { border-color: rgb(5,1,105); }

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