#064157

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

Shades of Sherpa Blue #064157

Tints of Sherpa Blue #064157

Color information

#064157 (or 0x064157) is unknown color: approx Sherpa Blue. HEX triplet: 06, 41 and 57. RGB value is (6,65,87). Sum of RGB (Red+Green+Blue) = 6+65+87=158 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.80% from 158); Green value is 65 (25.78% from 255 or 41.14% from 158); Blue value is 87 (34.38% from 255 or 55.06% from 158); Max value from RGB is 87 - color contains mainly: blue. Hex color #064157 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064157 is #F9BEA8. Grayscale: #313131. Windows color (decimal): -16367273 or 5718278. OLE color: 5718278.

HSL color Cylindrical-coordinate representation of color #064157: hue angle of 196.3º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #064157 is Cyan = 0.93, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB66587-
CMYK0.930.2500.66
HSL196.3º87.1%18.24%-
HSV(B)196.3º93.1%34.12%-
XYZ3.694.519.69-
YUV49.87148.9596.71-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.80%
GREEN value IS 65 (25.78% from 255) = 41.14%
BLUE value IS 87 (34.38% from 255) = 55.06%
R=3.80%
G=41.14%
B=55.06%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal665870.930.2500.66196.387.118.24
Hex641575D19042c45712
Octal610112713531010230412722
Binary110100000110101111011101110010100001011000100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064157; }

 p { color: rgb(6,65,87); }

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

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

 a { background-color: rgb(6,65,87); }

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

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

 span { border-color: rgb(6,65,87); }

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