Html Css Color HEX #064A58 Sherpa Blue

📋 copy color: '#064A58'

red 6 ◦ green 74 ◦ blue 88

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

Shades of Sherpa Blue #064A58

Tints of Sherpa Blue #064A58

RGB

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

 GREEN value IS 74 (29.3% from 255) = 44.05%

 BLUE value IS 88 (34.77% from 255) = 52.38%

R = 3.57%
G = 44.05%
B = 52.38%

CMYK

 C value IS 0.93

 M value IS 0.16

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#064A58 (or 0x064A58) is known color: Sherpa Blue. HEX triplet: 06, 4A and 58. RGB value is (6,74,88). Sum of RGB (Red+Green+Blue) = 6+74+88=168 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.57% from 168); Green value is 74 (29.30% from 255 or 44.05% from 168); Blue value is 88 (34.77% from 255 or 52.38% from 168); Max value from RGB is 88 - color contains mainly: blue. Hex color #064A58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064A58 is #F9B5A7. Grayscale: #373737. Windows color (decimal): -16364968 or 5786118. OLE color: 5786118.

HSL color Cylindrical-coordinate representation of color #064A58: hue angle of 190.24º 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 #064A58 is Cyan = 0.93, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 6 74 88 -
CMYK 0.93 0.16 0 0.65
HSL 190.24º 0.87% 0.18% -
HSV(B) 190.24º 0.93% 0.35% -
XYZ 4.29 5.64 10.1 -
YUV 55.26 146.47 92.86 -
System Red Green Blue C M Y K H S L
Decimal 6 74 88 0.93 0.16 0 0.65 190.24 0.87 0.18
Hex 6 4A 58 5D 10 0 41 BE 57 12
Octal 6 112 130 135 20 0 101 276 127 22
Binary 110 1001010 1011000 1011101 10000 0 1000001 10111110 1010111 10010

Color Harmonies of #064A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064A58

Black with #064A58

Text Example


Text Example

White with #064A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064A58; }

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

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

background-color css

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

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

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

border-color css

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

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

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