#0E4A59

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

Shades of Sherpa Blue #0E4A59

Tints of Sherpa Blue #0E4A59

Color information

#0E4A59 (or 0x0E4A59) is unknown color: approx Sherpa Blue. HEX triplet: 0E, 4A and 59. RGB value is (14,74,89). Sum of RGB (Red+Green+Blue) = 14+74+89=177 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.91% from 177); Green value is 74 (29.30% from 255 or 41.81% from 177); Blue value is 89 (35.16% from 255 or 50.28% from 177); Max value from RGB is 89 - color contains mainly: blue. Hex color #0E4A59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E4A59 is #F1B5A6. Grayscale: #393939. Windows color (decimal): -15840679 or 5851662. OLE color: 5851662.

HSL color Cylindrical-coordinate representation of color #0E4A59: hue angle of 192º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E4A59 is Cyan = 0.84, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB147489-
CMYK0.840.1700.65
HSL192º72.82%20.2%-
HSV(B)192º84.27%34.9%-
XYZ4.435.7110.32-
YUV57.77145.6296.78-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.91%
GREEN value IS 74 (29.30% from 255) = 41.81%
BLUE value IS 89 (35.16% from 255) = 50.28%
R=7.91%
G=41.81%
B=50.28%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1474890.840.1700.6519272.8220.2
HexE4A595411041c04914
Octal1611213112421010130011124
Binary1110100101010110011010100100010100000111000000100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E4A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,74,89); }

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

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

 a { background-color: rgb(14,74,89); }

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

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

 span { border-color: rgb(14,74,89); }

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