#0E5056

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

Shades of Sherpa Blue #0E5056

Tints of Sherpa Blue #0E5056

Color information

#0E5056 (or 0x0E5056) is unknown color: approx Sherpa Blue. HEX triplet: 0E, 50 and 56. RGB value is (14,80,86). Sum of RGB (Red+Green+Blue) = 14+80+86=180 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.78% from 180); Green value is 80 (31.64% from 255 or 44.44% from 180); Blue value is 86 (33.98% from 255 or 47.78% from 180); Max value from RGB is 86 - color contains mainly: blue. Hex color #0E5056 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E5056 is #F1AFA9. Grayscale: #3C3C3C. Windows color (decimal): -15839146 or 5656590. OLE color: 5656590.

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

Color convert

RGB148086-
CMYK0.840.0700.66
HSL185º72%19.61%-
HSV(B)185º83.72%33.73%-
XYZ4.736.59.81-
YUV60.95142.1394.51-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.78%
GREEN value IS 80 (31.64% from 255) = 44.44%
BLUE value IS 86 (33.98% from 255) = 47.78%
R=7.78%
G=44.44%
B=47.78%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1480860.840.0700.661857219.61
HexE5056547042b94814
Octal161201261247010227111024
Binary11101010000101011010101001110100001010111001100100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E5056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E5056; }

 p { color: rgb(14,80,86); }

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

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

 a { background-color: rgb(14,80,86); }

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

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

 span { border-color: rgb(14,80,86); }

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