#10515B

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

Shades of Sherpa Blue #10515B

Tints of Sherpa Blue #10515B

Color information

#10515B (or 0x10515B) is unknown color: approx Sherpa Blue. HEX triplet: 10, 51 and 5B. RGB value is (16,81,91). Sum of RGB (Red+Green+Blue) = 16+81+91=188 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.51% from 188); Green value is 81 (32.03% from 255 or 43.09% from 188); Blue value is 91 (35.94% from 255 or 48.40% from 188); Max value from RGB is 91 - color contains mainly: blue. Hex color #10515B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10515B is #EFAEA4. Grayscale: #3E3E3E. Windows color (decimal): -15707813 or 5984528. OLE color: 5984528.

HSL color Cylindrical-coordinate representation of color #10515B: hue angle of 188º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #10515B is Cyan = 0.82, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB168191-
CMYK0.820.1100.64
HSL188º70.09%20.98%-
HSV(B)188º82.42%35.69%-
XYZ5.046.7510.93-
YUV62.7143.9794.69-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.51%
GREEN value IS 81 (32.03% from 255) = 43.09%
BLUE value IS 91 (35.94% from 255) = 48.40%
R=8.51%
G=43.09%
B=48.40%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1681910.820.1100.6418870.0920.98
Hex10515B52B040bc4615
Octal2012113312213010027410625
Binary1000010100011011011101001010110100000010111100100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10515B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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