Html Css Color HEX #104350 Sherpa Blue

📋 copy color: '#104350'

red 16 ◦ green 67 ◦ blue 80

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

Shades of Sherpa Blue #104350

Tints of Sherpa Blue #104350

RGB

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

 GREEN value IS 67 (26.56% from 255) = 41.1%

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

R = 9.82%
G = 41.1%
B = 49.08%

CMYK

 C value IS 0.80

 M value IS 0.16

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#104350 (or 0x104350) is known color: Sherpa Blue. HEX triplet: 10, 43 and 50. RGB value is (16,67,80). Sum of RGB (Red+Green+Blue) = 16+67+80=163 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.82% from 163); Green value is 67 (26.56% from 255 or 41.10% from 163); Blue value is 80 (31.64% from 255 or 49.08% from 163); Max value from RGB is 80 - color contains mainly: blue. Hex color #104350 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104350 is #EFBCAF. Grayscale: #353535. Windows color (decimal): -15711408 or 5260048. OLE color: 5260048.

HSL color Cylindrical-coordinate representation of color #104350: hue angle of 192.19º 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 #104350 is Cyan = 0.80, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 16 67 80 -
CMYK 0.80 0.16 0 0.69
HSL 192.19º 0.67% 0.19% -
HSV(B) 192.19º 0.8% 0.31% -
XYZ 3.67 4.7 8.3 -
YUV 53.23 143.1 101.44 -
System Red Green Blue C M Y K H S L
Decimal 16 67 80 0.80 0.16 0 0.69 192.19 0.67 0.19
Hex 10 43 50 50 10 0 45 C0 43 13
Octal 20 103 120 120 20 0 105 300 103 23
Binary 10000 1000011 1010000 1010000 10000 0 1000101 11000000 1000011 10011

Color Harmonies of #104350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104350

Black with #104350

Text Example


Text Example

White with #104350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104350; }

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

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

background-color css

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

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

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

border-color css

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

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

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