Html Css Color HEX #063F53 Sherpa Blue

📋 copy color: '#063F53'

red 6 ◦ green 63 ◦ blue 83

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

Shades of Sherpa Blue #063F53

Tints of Sherpa Blue #063F53

RGB

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

 GREEN value IS 63 (25% from 255) = 41.45%

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

R = 3.95%
G = 41.45%
B = 54.61%

CMYK

 C value IS 0.93

 M value IS 0.24

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#063F53 (or 0x063F53) is known color: Sherpa Blue. HEX triplet: 06, 3F and 53. RGB value is (6,63,83). Sum of RGB (Red+Green+Blue) = 6+63+83=152 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.95% from 152); Green value is 63 (25% from 255 or 41.45% from 152); Blue value is 83 (32.81% from 255 or 54.61% from 152); Max value from RGB is 83 - color contains mainly: blue. Hex color #063F53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063F53 is #F9C0AC. Grayscale: #303030. Windows color (decimal): -16367789 or 5455622. OLE color: 5455622.

HSL color Cylindrical-coordinate representation of color #063F53: hue angle of 195.58º 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 #063F53 is Cyan = 0.93, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 6 63 83 -
CMYK 0.93 0.24 0 0.67
HSL 195.58º 0.87% 0.17% -
HSV(B) 195.58º 0.93% 0.33% -
XYZ 3.41 4.22 8.82 -
YUV 48.24 147.62 97.87 -
System Red Green Blue C M Y K H S L
Decimal 6 63 83 0.93 0.24 0 0.67 195.58 0.87 0.17
Hex 6 3F 53 5D 18 0 43 C4 57 11
Octal 6 77 123 135 30 0 103 304 127 21
Binary 110 111111 1010011 1011101 11000 0 1000011 11000100 1010111 10001

Color Harmonies of #063F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063F53

Black with #063F53

Text Example


Text Example

White with #063F53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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