Html Css Color HEX #104550 Sherpa Blue

📋 copy color: '#104550'

red 16 ◦ green 69 ◦ blue 80

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

Shades of Sherpa Blue #104550

Tints of Sherpa Blue #104550

RGB

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

 GREEN value IS 69 (27.34% from 255) = 41.82%

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

R = 9.7%
G = 41.82%
B = 48.48%

CMYK

 C value IS 0.80

 M value IS 0.14

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#104550 (or 0x104550) is known color: Sherpa Blue. HEX triplet: 10, 45 and 50. RGB value is (16,69,80). Sum of RGB (Red+Green+Blue) = 16+69+80=165 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.70% from 165); Green value is 69 (27.34% from 255 or 41.82% from 165); Blue value is 80 (31.64% from 255 or 48.48% from 165); Max value from RGB is 80 - color contains mainly: blue. Hex color #104550 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104550 is #EFBAAF. Grayscale: #363636. Windows color (decimal): -15710896 or 5260560. OLE color: 5260560.

HSL color Cylindrical-coordinate representation of color #104550: hue angle of 190.31º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #104550 is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 16 69 80 -
CMYK 0.80 0.14 0 0.69
HSL 190.31º 0.67% 0.19% -
HSV(B) 190.31º 0.8% 0.31% -
XYZ 3.79 4.95 8.34 -
YUV 54.41 142.44 100.61 -
System Red Green Blue C M Y K H S L
Decimal 16 69 80 0.80 0.14 0 0.69 190.31 0.67 0.19
Hex 10 45 50 50 E 0 45 BE 43 13
Octal 20 105 120 120 16 0 105 276 103 23
Binary 10000 1000101 1010000 1010000 1110 0 1000101 10111110 1000011 10011

Color Harmonies of #104550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104550

Black with #104550

Text Example


Text Example

White with #104550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104550; }

 p { color: rgb(16,69,80); }

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

background-color css

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

 a { background-color: rgb(16,69,80); }

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

border-color css

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

 span { border-color: rgb(16,69,80); }

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