#0E4C56

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

Shades of Sherpa Blue #0E4C56

Tints of Sherpa Blue #0E4C56

Color information

#0E4C56 (or 0x0E4C56) is unknown color: approx Sherpa Blue. HEX triplet: 0E, 4C and 56. RGB value is (14,76,86). Sum of RGB (Red+Green+Blue) = 14+76+86=176 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.95% from 176); Green value is 76 (30.08% from 255 or 43.18% from 176); Blue value is 86 (33.98% from 255 or 48.86% from 176); Max value from RGB is 86 - color contains mainly: blue. Hex color #0E4C56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E4C56 is #F1B3A9. Grayscale: #3A3A3A. Windows color (decimal): -15840170 or 5655566. OLE color: 5655566.

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

Color convert

RGB147686-
CMYK0.840.1200.66
HSL188.33º72%19.61%-
HSV(B)188.33º83.72%33.73%-
XYZ4.455.939.72-
YUV58.6143.4696.19-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.95%
GREEN value IS 76 (30.08% from 255) = 43.18%
BLUE value IS 86 (33.98% from 255) = 48.86%
R=7.95%
G=43.18%
B=48.86%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1476860.840.1200.66188.337219.61
HexE4C5654C042bc4814
Octal1611412612414010227411024
Binary111010011001010110101010011000100001010111100100100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E4C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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