#125257

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

Shades of Sherpa Blue #125257

Tints of Sherpa Blue #125257

Color information

#125257 (or 0x125257) is unknown color: approx Sherpa Blue. HEX triplet: 12, 52 and 57. RGB value is (18,82,87). Sum of RGB (Red+Green+Blue) = 18+82+87=187 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.63% from 187); Green value is 82 (32.42% from 255 or 43.85% from 187); Blue value is 87 (34.38% from 255 or 46.52% from 187); Max value from RGB is 87 - color contains mainly: blue. Hex color #125257 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125257 is #EDADA8. Grayscale: #3F3F3F. Windows color (decimal): -15576489 or 5722642. OLE color: 5722642.

HSL color Cylindrical-coordinate representation of color #125257: hue angle of 184.35º 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 #125257 is Cyan = 0.79, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB188287-
CMYK0.790.0600.66
HSL184.35º65.71%20.59%-
HSV(B)184.35º79.31%34.12%-
XYZ4.996.8510.08-
YUV63.43141.395.59-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.63%
GREEN value IS 82 (32.42% from 255) = 43.85%
BLUE value IS 87 (34.38% from 255) = 46.52%
R=9.63%
G=43.85%
B=46.52%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1882870.790.0600.66184.3565.7120.59
Hex1252574F6042b84215
Octal221221271176010227010225
Binary100101010010101011110011111100100001010111000100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125257; }

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

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

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

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

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

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

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

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