#064053

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

Shades of Sherpa Blue #064053

Tints of Sherpa Blue #064053

Color information

#064053 (or 0x064053) is unknown color: approx 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

RGB66483-
CMYK0.930.2300.67
HSL194.81º86.52%17.45%-
HSV(B)194.81º92.77%32.55%-
XYZ3.474.338.84-
YUV48.82147.2897.46-

RGB Variations

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

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 (Cyan) values IS 0.93
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal664830.930.2300.67194.8186.5217.45
Hex640535D17043c35711
Octal610012313527010330312721
Binary110100000010100111011101101110100001111000011101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>