Html Css Color HEX #0E505D Sherpa Blue

📋 copy color: '#0E505D'

red 14 ◦ green 80 ◦ blue 93

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

Shades of Sherpa Blue #0E505D

Tints of Sherpa Blue #0E505D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 49.73%

R = 7.49%
G = 42.78%
B = 49.73%

CMYK

 C value IS 0.85

 M value IS 0.14

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0E505D (or 0x0E505D) is known color: Sherpa Blue. HEX triplet: 0E, 50 and 5D. RGB value is (14,80,93). Sum of RGB (Red+Green+Blue) = 14+80+93=187 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.49% from 187); Green value is 80 (31.64% from 255 or 42.78% from 187); Blue value is 93 (36.72% from 255 or 49.73% from 187); Max value from RGB is 93 - color contains mainly: blue. Hex color #0E505D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E505D is #F1AFA2. Grayscale: #3D3D3D. Windows color (decimal): -15839139 or 6115342. OLE color: 6115342.

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

Color convert

RGB 14 80 93 -
CMYK 0.85 0.14 0 0.64
HSL 189.87º 0.74% 0.21% -
HSV(B) 189.87º 0.85% 0.36% -
XYZ 5.03 6.62 11.37 -
YUV 61.75 145.63 93.94 -
System Red Green Blue C M Y K H S L
Decimal 14 80 93 0.85 0.14 0 0.64 189.87 0.74 0.21
Hex E 50 5D 55 E 0 40 BE 4A 15
Octal 16 120 135 125 16 0 100 276 112 25
Binary 1110 1010000 1011101 1010101 1110 0 1000000 10111110 1001010 10101

Color Harmonies of #0E505D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E505D

Black with #0E505D

Text Example


Text Example

White with #0E505D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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