#10505D

Color #10505D Sherpa Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherpa Blue #10505D

Tints of Sherpa Blue #10505D

Color information

#10505D (or 0x10505D) is unknown color: approx Sherpa Blue. HEX triplet: 10, 50 and 5D. RGB value is (16,80,93). Sum of RGB (Red+Green+Blue) = 16+80+93=189 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.47% from 189); Green value is 80 (31.64% from 255 or 42.33% from 189); Blue value is 93 (36.72% from 255 or 49.21% from 189); Max value from RGB is 93 - color contains mainly: blue. Hex color #10505D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10505D is #EFAFA2. Grayscale: #3E3E3E. Windows color (decimal): -15708067 or 6115344. OLE color: 6115344.

HSL color Cylindrical-coordinate representation of color #10505D: hue angle of 190.13º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #10505D is Cyan = 0.83, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB168093-
CMYK0.830.1400.64
HSL190.13º70.64%21.37%-
HSV(B)190.13º82.8%36.47%-
XYZ5.066.6411.37-
YUV62.35145.394.94-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.47%
GREEN value IS 80 (31.64% from 255) = 42.33%
BLUE value IS 93 (36.72% from 255) = 49.21%
R=8.47%
G=42.33%
B=49.21%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1680930.830.1400.64190.1370.6421.37
Hex10505D53E040be4715
Octal2012013512316010027610725
Binary1000010100001011101101001111100100000010111110100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10505D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10505D; }

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

 H1.HeaderClassName
 {
   color: #10505D;
 }
 .AnyTagClassName
 {
   color: #10505D;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #10505D;
 }
 .BgClassName
 {
   background-color: #10505D;
 }
</style>
border-color css

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

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

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