Html Css Color HEX #0E5355 Sherpa Blue

📋 copy color: '#0E5355'

red 14 ◦ green 83 ◦ blue 85

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

Shades of Sherpa Blue #0E5355

Tints of Sherpa Blue #0E5355

RGB

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

 GREEN value IS 83 (32.81% from 255) = 45.6%

 BLUE value IS 85 (33.59% from 255) = 46.7%

R = 7.69%
G = 45.6%
B = 46.7%

CMYK

 C value IS 0.84

 M value IS 0.02

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#0E5355 (or 0x0E5355) is known color: Sherpa Blue. HEX triplet: 0E, 53 and 55. RGB value is (14,83,85). Sum of RGB (Red+Green+Blue) = 14+83+85=182 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.69% from 182); Green value is 83 (32.81% from 255 or 45.60% from 182); Blue value is 85 (33.59% from 255 or 46.70% from 182); Max value from RGB is 85 - color contains mainly: blue. Hex color #0E5355 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E5355 is #F1ACAA. Grayscale: #3E3E3E. Windows color (decimal): -15838379 or 5591822. OLE color: 5591822.

HSL color Cylindrical-coordinate representation of color #0E5355: hue angle of 181.69º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E5355 is Cyan = 0.84, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 14 83 85 -
CMYK 0.84 0.02 0 0.67
HSL 181.69º 0.72% 0.19% -
HSV(B) 181.69º 0.84% 0.33% -
XYZ 4.91 6.94 9.67 -
YUV 62.6 140.64 93.34 -
System Red Green Blue C M Y K H S L
Decimal 14 83 85 0.84 0.02 0 0.67 181.69 0.72 0.19
Hex E 53 55 54 2 0 43 B6 48 13
Octal 16 123 125 124 2 0 103 266 110 23
Binary 1110 1010011 1010101 1010100 10 0 1000011 10110110 1001000 10011

Color Harmonies of #0E5355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E5355

Black with #0E5355

Text Example


Text Example

White with #0E5355

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,83,85); }

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

background-color css

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

 a { background-color: rgb(14,83,85); }

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

border-color css

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

 span { border-color: rgb(14,83,85); }

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