Html Css Color HEX #104C53 Sherpa Blue

📋 copy color: '#104C53'

red 16 ◦ green 76 ◦ blue 83

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

Shades of Sherpa Blue #104C53

Tints of Sherpa Blue #104C53

RGB

 RED value IS 16 (6.64% from 255) = 9.14%

 GREEN value IS 76 (30.08% from 255) = 43.43%

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

R = 9.14%
G = 43.43%
B = 47.43%

CMYK

 C value IS 0.81

 M value IS 0.08

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#104C53 (or 0x104C53) is known color: Sherpa Blue. HEX triplet: 10, 4C and 53. RGB value is (16,76,83). Sum of RGB (Red+Green+Blue) = 16+76+83=175 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.14% from 175); Green value is 76 (30.08% from 255 or 43.43% from 175); Blue value is 83 (32.81% from 255 or 47.43% from 175); Max value from RGB is 83 - color contains mainly: blue. Hex color #104C53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104C53 is #EFB3AC. Grayscale: #3A3A3A. Windows color (decimal): -15709101 or 5458960. OLE color: 5458960.

HSL color Cylindrical-coordinate representation of color #104C53: hue angle of 186.27º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #104C53 is Cyan = 0.81, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 16 76 83 -
CMYK 0.81 0.08 0 0.67
HSL 186.27º 0.68% 0.19% -
HSV(B) 186.27º 0.81% 0.33% -
XYZ 4.36 5.9 9.09 -
YUV 58.86 141.62 97.43 -
System Red Green Blue C M Y K H S L
Decimal 16 76 83 0.81 0.08 0 0.67 186.27 0.68 0.19
Hex 10 4C 53 51 8 0 43 BA 44 13
Octal 20 114 123 121 10 0 103 272 104 23
Binary 10000 1001100 1010011 1010001 1000 0 1000011 10111010 1000100 10011

Color Harmonies of #104C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104C53

Black with #104C53

Text Example


Text Example

White with #104C53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104C53; }

 p { color: rgb(16,76,83); }

 H1.HeaderClassName
 {
   color: #104C53;
 }
 .AnyTagClassName
 {
   color: #104C53;
 }
</style>

background-color css

<style>
 a { background-color: #104C53; }

 a { background-color: rgb(16,76,83); }

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

border-color css

<style>
 span { border-color: #104C53; }

 span { border-color: rgb(16,76,83); }

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