#10515A

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

Shades of Sherpa Blue #10515A

Tints of Sherpa Blue #10515A

Color information

#10515A (or 0x10515A) is unknown color: approx Sherpa Blue. HEX triplet: 10, 51 and 5A. RGB value is (16,81,90). Sum of RGB (Red+Green+Blue) = 16+81+90=187 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.56% from 187); Green value is 81 (32.03% from 255 or 43.32% from 187); Blue value is 90 (35.55% from 255 or 48.13% from 187); Max value from RGB is 90 - color contains mainly: blue. Hex color #10515A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10515A is #EFAEA5. Grayscale: #3E3E3E. Windows color (decimal): -15707814 or 5918992. OLE color: 5918992.

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

Color convert

RGB168190-
CMYK0.820.100.65
HSL187.3º69.81%20.78%-
HSV(B)187.3º82.22%35.29%-
XYZ56.7310.71-
YUV62.59143.4794.77-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.56%
GREEN value IS 81 (32.03% from 255) = 43.32%
BLUE value IS 90 (35.55% from 255) = 48.13%
R=8.56%
G=43.32%
B=48.13%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1681900.820.100.65187.369.8120.78
Hex10515A52A041bb4615
Octal2012113212212010127310625
Binary1000010100011011010101001010100100000110111011100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10515A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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