Html Css Color HEX #064147 Sherpa Blue

📋 copy color: '#064147'

red 6 ◦ green 65 ◦ blue 71

#064147
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sherpa Blue #064147

Tints of Sherpa Blue #064147

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.13% from 255) = 50%

R = 4.23%
G = 45.77%
B = 50%

CMYK

 C value IS 0.92

 M value IS 0.08

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#064147 (or 0x064147) is known color: 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

RGB 6 65 71 -
CMYK 0.92 0.08 0 0.72
HSL 185.54º 0.84% 0.15% -
HSV(B) 185.54º 0.92% 0.28% -
XYZ 3.1 4.27 6.62 -
YUV 48.04 140.95 98.01 -
System Red Green Blue C M Y K H S L
Decimal 6 65 71 0.92 0.08 0 0.72 185.54 0.84 0.15
Hex 6 41 47 5C 8 0 48 BA 54 F
Octal 6 101 107 134 10 0 110 272 124 17
Binary 110 1000001 1000111 1011100 1000 0 1001000 10111010 1010100 1111

Color Harmonies of #064147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064147

Black with #064147

Text Example


Text Example

White with #064147

Text Example


Text Example

HTML Codes & Css Web 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>