#050363

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

Shades of Navy #050363

Tints of Navy #050363

Color information

#050363 (or 0x050363) is unknown color: approx Navy. HEX triplet: 05, 03 and 63. RGB value is (5,3,99). Sum of RGB (Red+Green+Blue) = 5+3+99=107 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.67% from 107); Green value is 3 (1.56% from 255 or 2.80% from 107); Blue value is 99 (39.06% from 255 or 92.52% from 107); Max value from RGB is 99 - color contains mainly: blue. Hex color #050363 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050363 is #FAFC9C. Grayscale: #0E0E0E. Windows color (decimal): -16448669 or 6488837. OLE color: 6488837.

HSL color Cylindrical-coordinate representation of color #050363: hue angle of 241.25º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #050363 is Cyan = 0.95, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB5399-
CMYK0.950.9700.61
HSL241.25º94.12%20%-
HSV(B)241.25º96.97%38.82%-
XYZ2.35111.87-
YUV14.54175.66121.19-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.67%
GREEN value IS 3 (1.56% from 255) = 2.80%
BLUE value IS 99 (39.06% from 255) = 92.52%
R=4.67%
G=2.80%
B=92.52%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal53990.950.9700.61241.2594.1220
Hex53635F6103Df15e14
Octal5314313714107536113624
Binary10111110001110111111100001011110111110001101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050363; }

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

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

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

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

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

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

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

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