#064158

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

Shades of Sherpa Blue #064158

Tints of Sherpa Blue #064158

Color information

#064158 (or 0x064158) is unknown color: approx Sherpa Blue. HEX triplet: 06, 41 and 58. RGB value is (6,65,88). Sum of RGB (Red+Green+Blue) = 6+65+88=159 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.77% from 159); Green value is 65 (25.78% from 255 or 40.88% from 159); Blue value is 88 (34.77% from 255 or 55.35% from 159); Max value from RGB is 88 - color contains mainly: blue. Hex color #064158 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064158 is #F9BEA7. Grayscale: #313131. Windows color (decimal): -16367272 or 5783814. OLE color: 5783814.

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

Color convert

RGB66588-
CMYK0.930.2600.65
HSL196.83º87.23%18.43%-
HSV(B)196.83º93.18%34.51%-
XYZ3.734.529.91-
YUV49.98149.4596.63-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.77%
GREEN value IS 65 (25.78% from 255) = 40.88%
BLUE value IS 88 (34.77% from 255) = 55.35%
R=3.77%
G=40.88%
B=55.35%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal665880.930.2600.65196.8387.2318.43
Hex641585D1A041c55712
Octal610113013532010130512722
Binary110100000110110001011101110100100000111000101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064158; }

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

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

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

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

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

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

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

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