Html Css Color HEX #0E515F Sherpa Blue

📋 copy color: '#0E515F'

red 14 ◦ green 81 ◦ blue 95

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

Shades of Sherpa Blue #0E515F

Tints of Sherpa Blue #0E515F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 42.63%

 BLUE value IS 95 (37.5% from 255) = 50%

R = 7.37%
G = 42.63%
B = 50%

CMYK

 C value IS 0.85

 M value IS 0.15

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#0E515F (or 0x0E515F) is known color: Sherpa Blue. HEX triplet: 0E, 51 and 5F. RGB value is (14,81,95). Sum of RGB (Red+Green+Blue) = 14+81+95=190 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.37% from 190); Green value is 81 (32.03% from 255 or 42.63% from 190); Blue value is 95 (37.5% from 255 or 50% from 190); Max value from RGB is 95 - color contains mainly: blue. Hex color #0E515F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E515F is #F1AEA0. Grayscale: #3E3E3E. Windows color (decimal): -15838881 or 6246670. OLE color: 6246670.

HSL color Cylindrical-coordinate representation of color #0E515F: hue angle of 190.37º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0E515F is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 14 81 95 -
CMYK 0.85 0.15 0 0.63
HSL 190.37º 0.74% 0.21% -
HSV(B) 190.37º 0.85% 0.37% -
XYZ 5.19 6.8 11.87 -
YUV 62.56 146.3 93.36 -
System Red Green Blue C M Y K H S L
Decimal 14 81 95 0.85 0.15 0 0.63 190.37 0.74 0.21
Hex E 51 5F 55 F 0 3F BE 4A 15
Octal 16 121 137 125 17 0 77 276 112 25
Binary 1110 1010001 1011111 1010101 1111 0 111111 10111110 1001010 10101

Color Harmonies of #0E515F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E515F

Black with #0E515F

Text Example


Text Example

White with #0E515F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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