#125256

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

Shades of Sherpa Blue #125256

Tints of Sherpa Blue #125256

Color information

#125256 (or 0x125256) is unknown color: approx Sherpa Blue. HEX triplet: 12, 52 and 56. RGB value is (18,82,86). Sum of RGB (Red+Green+Blue) = 18+82+86=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 82 (32.42% from 255 or 44.09% from 186); Blue value is 86 (33.98% from 255 or 46.24% from 186); Max value from RGB is 86 - color contains mainly: blue. Hex color #125256 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125256 is #EDADA9. Grayscale: #3F3F3F. Windows color (decimal): -15576490 or 5657106. OLE color: 5657106.

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

Color convert

RGB188286-
CMYK0.790.0500.66
HSL183.53º65.38%20.39%-
HSV(B)183.53º79.07%33.73%-
XYZ4.956.849.86-
YUV63.32140.895.67-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.68%
GREEN value IS 82 (32.42% from 255) = 44.09%
BLUE value IS 86 (33.98% from 255) = 46.24%
R=9.68%
G=44.09%
B=46.24%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1882860.790.0500.66183.5365.3820.39
Hex1252564F5042b84114
Octal221221261175010227010124
Binary100101010010101011010011111010100001010111000100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125256; }

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

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

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

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

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

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

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

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