Html Css Color HEX #064053 Sherpa Blue

📋 copy color: '#064053'

red 6 ◦ green 64 ◦ blue 83

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

Shades of Sherpa Blue #064053

Tints of Sherpa Blue #064053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 54.25%

R = 3.92%
G = 41.83%
B = 54.25%

CMYK

 C value IS 0.93

 M value IS 0.23

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#064053 (or 0x064053) is known color: Sherpa Blue. HEX triplet: 06, 40 and 53. RGB value is (6,64,83). Sum of RGB (Red+Green+Blue) = 6+64+83=153 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.92% from 153); Green value is 64 (25.39% from 255 or 41.83% from 153); Blue value is 83 (32.81% from 255 or 54.25% from 153); Max value from RGB is 83 - color contains mainly: blue. Hex color #064053 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064053 is #F9BFAC. Grayscale: #303030. Windows color (decimal): -16367533 or 5455878. OLE color: 5455878.

HSL color Cylindrical-coordinate representation of color #064053: hue angle of 194.81º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #064053 is Cyan = 0.93, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 6 64 83 -
CMYK 0.93 0.23 0 0.67
HSL 194.81º 0.87% 0.17% -
HSV(B) 194.81º 0.93% 0.33% -
XYZ 3.47 4.33 8.84 -
YUV 48.82 147.28 97.46 -
System Red Green Blue C M Y K H S L
Decimal 6 64 83 0.93 0.23 0 0.67 194.81 0.87 0.17
Hex 6 40 53 5D 17 0 43 C3 57 11
Octal 6 100 123 135 27 0 103 303 127 21
Binary 110 1000000 1010011 1011101 10111 0 1000011 11000011 1010111 10001

Color Harmonies of #064053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064053

Black with #064053

Text Example


Text Example

White with #064053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064053; }

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

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

background-color css

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

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

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

border-color css

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

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

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