#050165

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

Shades of Navy #050165

Tints of Navy #050165

Color information

#050165 (or 0x050165) is unknown color: approx Navy. HEX triplet: 05, 01 and 65. RGB value is (5,1,101). Sum of RGB (Red+Green+Blue) = 5+1+101=107 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.67% from 107); Green value is 1 (0.78% from 255 or 0.93% from 107); Blue value is 101 (39.84% from 255 or 94.39% from 107); Max value from RGB is 101 - color contains mainly: blue. Hex color #050165 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050165 is #FAFE9A. Grayscale: #0D0D0D. Windows color (decimal): -16449179 or 6619397. OLE color: 6619397.

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

Color convert

RGB51101-
CMYK0.950.9900.60
HSL242.4º98.04%20%-
HSV(B)242.4º99.01%39.61%-
XYZ2.420.9912.38-
YUV13.6177.33121.87-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.67%
GREEN value IS 1 (0.78% from 255) = 0.93%
BLUE value IS 101 (39.84% from 255) = 94.39%
R=4.67%
G=0.93%
B=94.39%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal511010.950.9900.60242.498.0420
Hex51655F6303Cf26214
Octal5114513714307436214224
Binary1011110010110111111100011011110011110010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050165; }

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

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

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

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

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

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

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

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