#050768

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

Shades of Navy #050768

Tints of Navy #050768

Color information

#050768 (or 0x050768) is unknown color: approx Navy. HEX triplet: 05, 07 and 68. RGB value is (5,7,104). Sum of RGB (Red+Green+Blue) = 5+7+104=116 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.31% from 116); Green value is 7 (3.12% from 255 or 6.03% from 116); Blue value is 104 (41.02% from 255 or 89.66% from 116); Max value from RGB is 104 - color contains mainly: blue. Hex color #050768 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050768 is #FAF897. Grayscale: #111111. Windows color (decimal): -16447640 or 6817541. OLE color: 6817541.

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

Color convert

RGB57104-
CMYK0.950.9300.59
HSL238.79º90.83%21.37%-
HSV(B)238.79º95.19%40.78%-
XYZ2.641.1813.19-
YUV17.46176.84119.11-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.31%
GREEN value IS 7 (3.12% from 255) = 6.03%
BLUE value IS 104 (41.02% from 255) = 89.66%
R=4.31%
G=6.03%
B=89.66%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal571040.950.9300.59238.7990.8321.37
Hex57685F5D03Bef5b15
Octal5715013713507335713325
Binary101111110100010111111011101011101111101111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050768; }

 p { color: rgb(5,7,104); }

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

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

 a { background-color: rgb(5,7,104); }

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

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

 span { border-color: rgb(5,7,104); }

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