#063B50

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

Shades of Sherpa Blue #063B50

Tints of Sherpa Blue #063B50

Color information

#063B50 (or 0x063B50) is unknown color: approx Sherpa Blue. HEX triplet: 06, 3B and 50. RGB value is (6,59,80). Sum of RGB (Red+Green+Blue) = 6+59+80=145 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.14% from 145); Green value is 59 (23.44% from 255 or 40.69% from 145); Blue value is 80 (31.64% from 255 or 55.17% from 145); Max value from RGB is 80 - color contains mainly: blue. Hex color #063B50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063B50 is #F9C4AF. Grayscale: #2D2D2D. Windows color (decimal): -16368816 or 5257990. OLE color: 5257990.

HSL color Cylindrical-coordinate representation of color #063B50: hue angle of 197.03º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #063B50 is Cyan = 0.92, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB65980-
CMYK0.920.2600.69
HSL197.03º86.05%16.86%-
HSV(B)197.03º92.5%31.37%-
XYZ3.093.758.15-
YUV45.55147.4499.79-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.14%
GREEN value IS 59 (23.44% from 255) = 40.69%
BLUE value IS 80 (31.64% from 255) = 55.17%
R=4.14%
G=40.69%
B=55.17%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal659800.920.2600.69197.0386.0516.86
Hex63B505C1A045c55611
Octal67312013432010530512621
Binary11011101110100001011100110100100010111000101101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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