#0E5155

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

Shades of Sherpa Blue #0E5155

Tints of Sherpa Blue #0E5155

Color information

#0E5155 (or 0x0E5155) is unknown color: approx Sherpa Blue. HEX triplet: 0E, 51 and 55. RGB value is (14,81,85). Sum of RGB (Red+Green+Blue) = 14+81+85=180 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.78% from 180); Green value is 81 (32.03% from 255 or 45% from 180); Blue value is 85 (33.59% from 255 or 47.22% from 180); Max value from RGB is 85 - color contains mainly: blue. Hex color #0E5155 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E5155 is #F1AEAA. Grayscale: #3D3D3D. Windows color (decimal): -15838891 or 5591310. OLE color: 5591310.

HSL color Cylindrical-coordinate representation of color #0E5155: hue angle of 183.38º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E5155 is Cyan = 0.84, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB148185-
CMYK0.840.0500.67
HSL183.38º71.72%19.41%-
HSV(B)183.38º83.53%33.33%-
XYZ4.766.639.62-
YUV61.42141.394.17-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.78%
GREEN value IS 81 (32.03% from 255) = 45%
BLUE value IS 85 (33.59% from 255) = 47.22%
R=7.78%
G=45%
B=47.22%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1481850.840.0500.67183.3871.7219.41
HexE5155545043b74813
Octal161211251245010326711023
Binary11101010001101010110101001010100001110110111100100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E5155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,81,85); }

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

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

 a { background-color: rgb(14,81,85); }

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

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

 span { border-color: rgb(14,81,85); }

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