#0E5257

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

Shades of Sherpa Blue #0E5257

Tints of Sherpa Blue #0E5257

Color information

#0E5257 (or 0x0E5257) is unknown color: approx Sherpa Blue. HEX triplet: 0E, 52 and 57. RGB value is (14,82,87). Sum of RGB (Red+Green+Blue) = 14+82+87=183 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.65% from 183); Green value is 82 (32.42% from 255 or 44.81% from 183); Blue value is 87 (34.38% from 255 or 47.54% from 183); Max value from RGB is 87 - color contains mainly: blue. Hex color #0E5257 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E5257 is #F1ADA8. Grayscale: #3E3E3E. Windows color (decimal): -15838633 or 5722638. OLE color: 5722638.

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

Color convert

RGB148287-
CMYK0.840.0600.66
HSL184.11º72.28%19.8%-
HSV(B)184.11º83.91%34.12%-
XYZ4.926.8210.07-
YUV62.24141.9793.59-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.65%
GREEN value IS 82 (32.42% from 255) = 44.81%
BLUE value IS 87 (34.38% from 255) = 47.54%
R=7.65%
G=44.81%
B=47.54%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1482870.840.0600.66184.1172.2819.8
HexE5257546042b84814
Octal161221271246010227011024
Binary11101010010101011110101001100100001010111000100100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E5257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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