#064149

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

Shades of Sherpa Blue #064149

Tints of Sherpa Blue #064149

Color information

#064149 (or 0x064149) is unknown color: approx Sherpa Blue. HEX triplet: 06, 41 and 49. RGB value is (6,65,73). Sum of RGB (Red+Green+Blue) = 6+65+73=144 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.17% from 144); Green value is 65 (25.78% from 255 or 45.14% from 144); Blue value is 73 (28.91% from 255 or 50.69% from 144); Max value from RGB is 73 - color contains mainly: blue. Hex color #064149 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064149 is #F9BEB6. Grayscale: #303030. Windows color (decimal): -16367287 or 4800774. OLE color: 4800774.

HSL color Cylindrical-coordinate representation of color #064149: hue angle of 187.16º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064149 is Cyan = 0.92, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB66573-
CMYK0.920.1100.71
HSL187.16º84.81%15.49%-
HSV(B)187.16º91.78%28.63%-
XYZ3.174.36.97-
YUV48.27141.9597.85-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.17%
GREEN value IS 65 (25.78% from 255) = 45.14%
BLUE value IS 73 (28.91% from 255) = 50.69%
R=4.17%
G=45.14%
B=50.69%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal665730.920.1100.71187.1684.8115.49
Hex641495CB047bb55f
Octal610111113413010727312517
Binary1101000001100100110111001011010001111011101110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064149; }

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

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

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

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

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

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

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

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