#050668

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

Shades of Navy #050668

Tints of Navy #050668

Color information

#050668 (or 0x050668) is unknown color: approx Navy. HEX triplet: 05, 06 and 68. RGB value is (5,6,104). Sum of RGB (Red+Green+Blue) = 5+6+104=115 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.35% from 115); Green value is 6 (2.73% from 255 or 5.22% from 115); Blue value is 104 (41.02% from 255 or 90.43% from 115); Max value from RGB is 104 - color contains mainly: blue. Hex color #050668 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050668 is #FAF997. Grayscale: #101010. Windows color (decimal): -16447896 or 6817285. OLE color: 6817285.

HSL color Cylindrical-coordinate representation of color #050668: hue angle of 239.39º 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 #050668 is Cyan = 0.95, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB56104-
CMYK0.950.9400.59
HSL239.39º90.83%21.37%-
HSV(B)239.39º95.19%40.78%-
XYZ2.631.1613.18-
YUV16.87177.17119.53-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.35%
GREEN value IS 6 (2.73% from 255) = 5.22%
BLUE value IS 104 (41.02% from 255) = 90.43%
R=4.35%
G=5.22%
B=90.43%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal561040.950.9400.59239.3990.8321.37
Hex56685F5E03Bef5b15
Octal5615013713607335713325
Binary101110110100010111111011110011101111101111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050668; }

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

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

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

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

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

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

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

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