Html Css Color HEX #064059 Sherpa Blue

📋 copy color: '#064059'

red 6 ◦ green 64 ◦ blue 89

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

Shades of Sherpa Blue #064059

Tints of Sherpa Blue #064059

RGB

 RED value IS 6 (2.73% from 255) = 3.77%

 GREEN value IS 64 (25.39% from 255) = 40.25%

 BLUE value IS 89 (35.16% from 255) = 55.97%

R = 3.77%
G = 40.25%
B = 55.97%

CMYK

 C value IS 0.93

 M value IS 0.28

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#064059 (or 0x064059) is known color: Sherpa Blue. HEX triplet: 06, 40 and 59. RGB value is (6,64,89). Sum of RGB (Red+Green+Blue) = 6+64+89=159 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.77% from 159); Green value is 64 (25.39% from 255 or 40.25% from 159); Blue value is 89 (35.16% from 255 or 55.97% from 159); Max value from RGB is 89 - color contains mainly: blue. Hex color #064059 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064059 is #F9BFA6. Grayscale: #313131. Windows color (decimal): -16367527 or 5849094. OLE color: 5849094.

HSL color Cylindrical-coordinate representation of color #064059: hue angle of 198.07º degrees, saturation: 0.87, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #064059 is Cyan = 0.93, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 6 64 89 -
CMYK 0.93 0.28 0 0.65
HSL 198.07º 0.87% 0.19% -
HSV(B) 198.07º 0.93% 0.35% -
XYZ 3.71 4.43 10.11 -
YUV 49.51 150.28 96.97 -
System Red Green Blue C M Y K H S L
Decimal 6 64 89 0.93 0.28 0 0.65 198.07 0.87 0.19
Hex 6 40 59 5D 1C 0 41 C6 57 13
Octal 6 100 131 135 34 0 101 306 127 23
Binary 110 1000000 1011001 1011101 11100 0 1000001 11000110 1010111 10011

Color Harmonies of #064059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064059

Black with #064059

Text Example


Text Example

White with #064059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064059; }

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

 H1.HeaderClassName
 {
   color: #064059;
 }
 .AnyTagClassName
 {
   color: #064059;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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