#125157

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

Shades of Sherpa Blue #125157

Tints of Sherpa Blue #125157

Color information

#125157 (or 0x125157) is unknown color: approx Sherpa Blue. HEX triplet: 12, 51 and 57. RGB value is (18,81,87). Sum of RGB (Red+Green+Blue) = 18+81+87=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 81 (32.03% from 255 or 43.55% from 186); Blue value is 87 (34.38% from 255 or 46.77% from 186); Max value from RGB is 87 - color contains mainly: blue. Hex color #125157 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125157 is #EDAEA8. Grayscale: #3E3E3E. Windows color (decimal): -15576745 or 5722386. OLE color: 5722386.

HSL color Cylindrical-coordinate representation of color #125157: hue angle of 185.22º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #125157 is Cyan = 0.79, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB188187-
CMYK0.790.0700.66
HSL185.22º65.71%20.59%-
HSV(B)185.22º79.31%34.12%-
XYZ4.916.710.05-
YUV62.85141.6396.01-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.68%
GREEN value IS 81 (32.03% from 255) = 43.55%
BLUE value IS 87 (34.38% from 255) = 46.77%
R=9.68%
G=43.55%
B=46.77%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1881870.790.0700.66185.2265.7120.59
Hex1251574F7042b94215
Octal221211271177010227110225
Binary100101010001101011110011111110100001010111001100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125157; }

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

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

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

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

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

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

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

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