Html Css Color HEX #0E5059 Sherpa Blue

📋 copy color: '#0E5059'

red 14 ◦ green 80 ◦ blue 89

#0E5059
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sherpa Blue #0E5059

Tints of Sherpa Blue #0E5059

RGB

 RED value IS 14 (5.86% from 255) = 7.65%

 GREEN value IS 80 (31.64% from 255) = 43.72%

 BLUE value IS 89 (35.16% from 255) = 48.63%

R = 7.65%
G = 43.72%
B = 48.63%

CMYK

 C value IS 0.84

 M value IS 0.10

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0E5059 (or 0x0E5059) is known color: Sherpa Blue. HEX triplet: 0E, 50 and 59. RGB value is (14,80,89). Sum of RGB (Red+Green+Blue) = 14+80+89=183 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.65% from 183); Green value is 80 (31.64% from 255 or 43.72% from 183); Blue value is 89 (35.16% from 255 or 48.63% from 183); Max value from RGB is 89 - color contains mainly: blue. Hex color #0E5059 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E5059 is #F1AFA6. Grayscale: #3D3D3D. Windows color (decimal): -15839143 or 5853198. OLE color: 5853198.

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

Color convert

RGB 14 80 89 -
CMYK 0.84 0.10 0 0.65
HSL 187.2º 0.73% 0.2% -
HSV(B) 187.2º 0.84% 0.35% -
XYZ 4.85 6.55 10.46 -
YUV 61.29 143.63 94.27 -
System Red Green Blue C M Y K H S L
Decimal 14 80 89 0.84 0.10 0 0.65 187.2 0.73 0.2
Hex E 50 59 54 A 0 41 BB 49 14
Octal 16 120 131 124 12 0 101 273 111 24
Binary 1110 1010000 1011001 1010100 1010 0 1000001 10111011 1001001 10100

Color Harmonies of #0E5059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E5059

Black with #0E5059

Text Example


Text Example

White with #0E5059

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0E5059;
 }
 .AnyTagClassName
 {
   color: #0E5059;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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