#125059

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

Shades of Sherpa Blue #125059

Tints of Sherpa Blue #125059

Color information

#125059 (or 0x125059) is unknown color: approx Sherpa Blue. HEX triplet: 12, 50 and 59. RGB value is (18,80,89). Sum of RGB (Red+Green+Blue) = 18+80+89=187 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.63% from 187); Green value is 80 (31.64% from 255 or 42.78% from 187); Blue value is 89 (35.16% from 255 or 47.59% from 187); Max value from RGB is 89 - color contains mainly: blue. Hex color #125059 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125059 is #EDAFA6. Grayscale: #3E3E3E. Windows color (decimal): -15576999 or 5853202. OLE color: 5853202.

HSL color Cylindrical-coordinate representation of color #125059: hue angle of 187.61º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125059 is Cyan = 0.80, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB188089-
CMYK0.800.1000.65
HSL187.61º66.36%20.98%-
HSV(B)187.61º79.78%34.9%-
XYZ4.926.5910.46-
YUV62.49142.9696.27-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.63%
GREEN value IS 80 (31.64% from 255) = 42.78%
BLUE value IS 89 (35.16% from 255) = 47.59%
R=9.63%
G=42.78%
B=47.59%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1880890.800.1000.65187.6166.3620.98
Hex12505950A041bc4215
Octal2212013112012010127410225
Binary1001010100001011001101000010100100000110111100100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125059; }

 p { color: rgb(18,80,89); }

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

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

 a { background-color: rgb(18,80,89); }

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

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

 span { border-color: rgb(18,80,89); }

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