#10515D

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

Shades of Sherpa Blue #10515D

Tints of Sherpa Blue #10515D

Color information

#10515D (or 0x10515D) is unknown color: approx Sherpa Blue. HEX triplet: 10, 51 and 5D. RGB value is (16,81,93). Sum of RGB (Red+Green+Blue) = 16+81+93=190 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.42% from 190); Green value is 81 (32.03% from 255 or 42.63% from 190); Blue value is 93 (36.72% from 255 or 48.95% from 190); Max value from RGB is 93 - color contains mainly: blue. Hex color #10515D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10515D is #EFAEA2. Grayscale: #3E3E3E. Windows color (decimal): -15707811 or 6115600. OLE color: 6115600.

HSL color Cylindrical-coordinate representation of color #10515D: hue angle of 189.35º 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 #10515D is Cyan = 0.83, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB168193-
CMYK0.830.1300.64
HSL189.35º70.64%21.37%-
HSV(B)189.35º82.8%36.47%-
XYZ5.136.7911.4-
YUV62.93144.9794.52-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.42%
GREEN value IS 81 (32.03% from 255) = 42.63%
BLUE value IS 93 (36.72% from 255) = 48.95%
R=8.42%
G=42.63%
B=48.95%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1681930.830.1300.64189.3570.6421.37
Hex10515D53D040bd4715
Octal2012113512315010027510725
Binary1000010100011011101101001111010100000010111101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10515D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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