#125055

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

Shades of Sherpa Blue #125055

Tints of Sherpa Blue #125055

Color information

#125055 (or 0x125055) is unknown color: approx Sherpa Blue. HEX triplet: 12, 50 and 55. RGB value is (18,80,85). Sum of RGB (Red+Green+Blue) = 18+80+85=183 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.84% from 183); Green value is 80 (31.64% from 255 or 43.72% from 183); Blue value is 85 (33.59% from 255 or 46.45% from 183); Max value from RGB is 85 - color contains mainly: blue. Hex color #125055 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125055 is #EDAFAA. Grayscale: #3D3D3D. Windows color (decimal): -15577003 or 5591058. OLE color: 5591058.

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

Color convert

RGB188085-
CMYK0.790.0600.67
HSL184.48º65.05%20.2%-
HSV(B)184.48º78.82%33.33%-
XYZ4.766.529.6-
YUV62.03140.9696.59-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.84%
GREEN value IS 80 (31.64% from 255) = 43.72%
BLUE value IS 85 (33.59% from 255) = 46.45%
R=9.84%
G=43.72%
B=46.45%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1880850.790.0600.67184.4865.0520.2
Hex1250554F6043b84114
Octal221201251176010327010124
Binary100101010000101010110011111100100001110111000100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125055; }

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

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

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

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

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

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

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

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