#063B49

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

Shades of Sherpa Blue #063B49

Tints of Sherpa Blue #063B49

Color information

#063B49 (or 0x063B49) is unknown color: approx Sherpa Blue. HEX triplet: 06, 3B and 49. RGB value is (6,59,73). Sum of RGB (Red+Green+Blue) = 6+59+73=138 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.35% from 138); Green value is 59 (23.44% from 255 or 42.75% from 138); Blue value is 73 (28.91% from 255 or 52.90% from 138); Max value from RGB is 73 - color contains mainly: blue. Hex color #063B49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063B49 is #F9C4B6. Grayscale: #2C2C2C. Windows color (decimal): -16368823 or 4799238. OLE color: 4799238.

HSL color Cylindrical-coordinate representation of color #063B49: hue angle of 192.54º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #063B49 is Cyan = 0.92, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB65973-
CMYK0.920.1900.71
HSL192.54º84.81%15.49%-
HSV(B)192.54º91.78%28.63%-
XYZ2.843.656.86-
YUV44.75143.94100.36-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.35%
GREEN value IS 59 (23.44% from 255) = 42.75%
BLUE value IS 73 (28.91% from 255) = 52.90%
R=4.35%
G=42.75%
B=52.90%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal659730.920.1900.71192.5484.8115.49
Hex63B495C13047c155f
Octal67311113423010730112517
Binary1101110111001001101110010011010001111100000110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063B49; }

 p { color: rgb(6,59,73); }

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

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

 a { background-color: rgb(6,59,73); }

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

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

 span { border-color: rgb(6,59,73); }

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