#064147

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

Shades of Sherpa Blue #064147

Tints of Sherpa Blue #064147

Color information

#064147 (or 0x064147) is unknown color: approx Sherpa Blue. HEX triplet: 06, 41 and 47. RGB value is (6,65,71). Sum of RGB (Red+Green+Blue) = 6+65+71=142 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.23% from 142); Green value is 65 (25.78% from 255 or 45.77% from 142); Blue value is 71 (28.12% from 255 or 50% from 142); Max value from RGB is 71 - color contains mainly: blue. Hex color #064147 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064147 is #F9BEB8. Grayscale: #2F2F2F. Windows color (decimal): -16367289 or 4669702. OLE color: 4669702.

HSL color Cylindrical-coordinate representation of color #064147: hue angle of 185.54º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064147 is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB66571-
CMYK0.920.0800.72
HSL185.54º84.42%15.1%-
HSV(B)185.54º91.55%27.84%-
XYZ3.14.276.62-
YUV48.04140.9598.01-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.23%
GREEN value IS 65 (25.78% from 255) = 45.77%
BLUE value IS 71 (28.12% from 255) = 50%
R=4.23%
G=45.77%
B=50%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal665710.920.0800.72185.5484.4215.1
Hex641475C8048ba54f
Octal610110713410011027212417
Binary1101000001100011110111001000010010001011101010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064147; }

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

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

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

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

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

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

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

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