Html Css Color HEX #063A50 Sherpa Blue

📋 copy color: '#063A50'

red 6 ◦ green 58 ◦ blue 80

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

Shades of Sherpa Blue #063A50

Tints of Sherpa Blue #063A50

RGB

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

 GREEN value IS 58 (23.05% from 255) = 40.28%

 BLUE value IS 80 (31.64% from 255) = 55.56%

R = 4.17%
G = 40.28%
B = 55.56%

CMYK

 C value IS 0.92

 M value IS 0.28

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#063A50 (or 0x063A50) is known color: Sherpa Blue. HEX triplet: 06, 3A and 50. RGB value is (6,58,80). Sum of RGB (Red+Green+Blue) = 6+58+80=144 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.17% from 144); Green value is 58 (23.05% from 255 or 40.28% from 144); Blue value is 80 (31.64% from 255 or 55.56% from 144); Max value from RGB is 80 - color contains mainly: blue. Hex color #063A50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063A50 is #F9C5AF. Grayscale: #2C2C2C. Windows color (decimal): -16369072 or 5257734. OLE color: 5257734.

HSL color Cylindrical-coordinate representation of color #063A50: hue angle of 197.84º 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 #063A50 is Cyan = 0.92, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 6 58 80 -
CMYK 0.92 0.28 0 0.69
HSL 197.84º 0.86% 0.17% -
HSV(B) 197.84º 0.93% 0.31% -
XYZ 3.04 3.64 8.13 -
YUV 44.96 147.77 100.21 -
System Red Green Blue C M Y K H S L
Decimal 6 58 80 0.92 0.28 0 0.69 197.84 0.86 0.17
Hex 6 3A 50 5C 1C 0 45 C6 56 11
Octal 6 72 120 134 34 0 105 306 126 21
Binary 110 111010 1010000 1011100 11100 0 1000101 11000110 1010110 10001

Color Harmonies of #063A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063A50

Black with #063A50

Text Example


Text Example

White with #063A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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