#064059

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

Shades of Sherpa Blue #064059

Tints of Sherpa Blue #064059

Color information

#064059 (or 0x064059) is unknown color: approx Sherpa Blue. HEX triplet: 06, 40 and 59. RGB value is (6,64,89). Sum of RGB (Red+Green+Blue) = 6+64+89=159 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.77% from 159); Green value is 64 (25.39% from 255 or 40.25% from 159); Blue value is 89 (35.16% from 255 or 55.97% from 159); Max value from RGB is 89 - color contains mainly: blue. Hex color #064059 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064059 is #F9BFA6. Grayscale: #313131. Windows color (decimal): -16367527 or 5849094. OLE color: 5849094.

HSL color Cylindrical-coordinate representation of color #064059: hue angle of 198.07º degrees, saturation: 0.87, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #064059 is Cyan = 0.93, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB66489-
CMYK0.930.2800.65
HSL198.07º87.37%18.63%-
HSV(B)198.07º93.26%34.9%-
XYZ3.714.4310.11-
YUV49.51150.2896.97-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.77%
GREEN value IS 64 (25.39% from 255) = 40.25%
BLUE value IS 89 (35.16% from 255) = 55.97%
R=3.77%
G=40.25%
B=55.97%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal664890.930.2800.65198.0787.3718.63
Hex640595D1C041c65713
Octal610013113534010130612723
Binary110100000010110011011101111000100000111000110101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064059; }

 p { color: rgb(6,64,89); }

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

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

 a { background-color: rgb(6,64,89); }

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

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

 span { border-color: rgb(6,64,89); }

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