#064051

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

Shades of Sherpa Blue #064051

Tints of Sherpa Blue #064051

Color information

#064051 (or 0x064051) is unknown color: approx Sherpa Blue. HEX triplet: 06, 40 and 51. RGB value is (6,64,81). Sum of RGB (Red+Green+Blue) = 6+64+81=151 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.97% from 151); Green value is 64 (25.39% from 255 or 42.38% from 151); Blue value is 81 (32.03% from 255 or 53.64% from 151); Max value from RGB is 81 - color contains mainly: blue. Hex color #064051 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064051 is #F9BFAE. Grayscale: #303030. Windows color (decimal): -16367535 or 5324806. OLE color: 5324806.

HSL color Cylindrical-coordinate representation of color #064051: hue angle of 193.6º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #064051 is Cyan = 0.93, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB66481-
CMYK0.930.2100.68
HSL193.6º86.21%17.06%-
HSV(B)193.6º92.59%31.76%-
XYZ3.394.38.44-
YUV48.6146.2897.62-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.97%
GREEN value IS 64 (25.39% from 255) = 42.38%
BLUE value IS 81 (32.03% from 255) = 53.64%
R=3.97%
G=42.38%
B=53.64%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal664810.930.2100.68193.686.2117.06
Hex640515D15044c25611
Octal610012113525010430212621
Binary110100000010100011011101101010100010011000010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064051; }

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

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

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

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

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

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

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

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