Html Css Color HEX #063A4F Sherpa Blue

📋 copy color: '#063A4F'

red 6 ◦ green 58 ◦ blue 79

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

Shades of Sherpa Blue #063A4F

Tints of Sherpa Blue #063A4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 55.24%

R = 4.2%
G = 40.56%
B = 55.24%

CMYK

 C value IS 0.92

 M value IS 0.27

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#063A4F (or 0x063A4F) is known color: Sherpa Blue. HEX triplet: 06, 3A and 4F. RGB value is (6,58,79). Sum of RGB (Red+Green+Blue) = 6+58+79=143 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.20% from 143); Green value is 58 (23.05% from 255 or 40.56% from 143); Blue value is 79 (31.25% from 255 or 55.24% from 143); Max value from RGB is 79 - color contains mainly: blue. Hex color #063A4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063A4F is #F9C5B0. Grayscale: #2C2C2C. Windows color (decimal): -16369073 or 5192198. OLE color: 5192198.

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

Color convert

RGB 6 58 79 -
CMYK 0.92 0.27 0 0.69
HSL 197.26º 0.86% 0.17% -
HSV(B) 197.26º 0.92% 0.31% -
XYZ 3 3.63 7.94 -
YUV 44.85 147.27 100.29 -
System Red Green Blue C M Y K H S L
Decimal 6 58 79 0.92 0.27 0 0.69 197.26 0.86 0.17
Hex 6 3A 4F 5C 1B 0 45 C5 56 11
Octal 6 72 117 134 33 0 105 305 126 21
Binary 110 111010 1001111 1011100 11011 0 1000101 11000101 1010110 10001

Color Harmonies of #063A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063A4F

Black with #063A4F

Text Example


Text Example

White with #063A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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