#050075

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

Shades of Navy #050075

Tints of Navy #050075

Color information

#050075 (or 0x050075) is unknown color: approx Navy. HEX triplet: 05, 00 and 75. RGB value is (5,0,117). Sum of RGB (Red+Green+Blue) = 5+0+117=122 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.10% from 122); Green value is 0 (0.39% from 255 or 0% from 122); Blue value is 117 (46.09% from 255 or 95.90% from 122); Max value from RGB is 117 - color contains mainly: blue. Hex color #050075 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050075 is #FAFF8A. Grayscale: #0E0E0E. Windows color (decimal): -16449419 or 7667717. OLE color: 7667717.

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

Color convert

RGB50117-
CMYK0.96100.54
HSL242.56º100%22.94%-
HSV(B)242.56º100%45.88%-
XYZ3.271.3216.91-
YUV14.83185.66120.99-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.10%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 117 (46.09% from 255) = 95.90%
R=4.10%
G=0%
B=95.90%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal501170.96100.54242.5610022.94
Hex50756064036f36417
Octal5016514014406636314427
Binary1010111010111000001100100011011011110011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050075; }

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

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

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

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

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

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

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

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