#12515B

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

Shades of Sherpa Blue #12515B

Tints of Sherpa Blue #12515B

Color information

#12515B (or 0x12515B) is unknown color: approx Sherpa Blue. HEX triplet: 12, 51 and 5B. RGB value is (18,81,91). Sum of RGB (Red+Green+Blue) = 18+81+91=190 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.47% from 190); Green value is 81 (32.03% from 255 or 42.63% from 190); Blue value is 91 (35.94% from 255 or 47.89% from 190); Max value from RGB is 91 - color contains mainly: blue. Hex color #12515B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12515B is #EDAEA4. Grayscale: #3F3F3F. Windows color (decimal): -15576741 or 5984530. OLE color: 5984530.

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

Color convert

RGB188191-
CMYK0.800.1100.64
HSL188.22º66.97%21.37%-
HSV(B)188.22º80.22%35.69%-
XYZ5.086.7710.94-
YUV63.3143.6395.69-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.47%
GREEN value IS 81 (32.03% from 255) = 42.63%
BLUE value IS 91 (35.94% from 255) = 47.89%
R=9.47%
G=42.63%
B=47.89%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1881910.800.1100.64188.2266.9721.37
Hex12515B50B040bc4315
Octal2212113312013010027410325
Binary1001010100011011011101000010110100000010111100100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12515B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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