#050375

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

Shades of Navy #050375

Tints of Navy #050375

Color information

#050375 (or 0x050375) is unknown color: approx Navy. HEX triplet: 05, 03 and 75. RGB value is (5,3,117). Sum of RGB (Red+Green+Blue) = 5+3+117=125 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4% from 125); Green value is 3 (1.56% from 255 or 2.4% from 125); Blue value is 117 (46.09% from 255 or 93.6% from 125); Max value from RGB is 117 - color contains mainly: blue. Hex color #050375 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050375 is #FAFC8A. Grayscale: #101010. Windows color (decimal): -16448651 or 7668485. OLE color: 7668485.

HSL color Cylindrical-coordinate representation of color #050375: hue angle of 241.05º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #050375 is Cyan = 0.96, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB53117-
CMYK0.960.9700.54
HSL241.05º95%23.53%-
HSV(B)241.05º97.44%45.88%-
XYZ3.311.3816.92-
YUV16.59184.66119.73-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4%
GREEN value IS 3 (1.56% from 255) = 2.4%
BLUE value IS 117 (46.09% from 255) = 93.6%
R=4%
G=2.4%
B=93.6%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal531170.960.9700.54241.059523.53
Hex53756061036f15f18
Octal5316514014106636113730
Binary10111111010111000001100001011011011110001101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050375; }

 p { color: rgb(5,3,117); }

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

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

 a { background-color: rgb(5,3,117); }

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

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

 span { border-color: rgb(5,3,117); }

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