Html Css Color HEX #134D55 Sherpa Blue

📋 copy color: '#134D55'

red 19 ◦ green 77 ◦ blue 85

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

Shades of Sherpa Blue #134D55

Tints of Sherpa Blue #134D55

RGB

 RED value IS 19 (7.81% from 255) = 10.5%

 GREEN value IS 77 (30.47% from 255) = 42.54%

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

R = 10.5%
G = 42.54%
B = 46.96%

CMYK

 C value IS 0.78

 M value IS 0.09

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#134D55 (or 0x134D55) is known color: Sherpa Blue. HEX triplet: 13, 4D and 55. RGB value is (19,77,85). Sum of RGB (Red+Green+Blue) = 19+77+85=181 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.50% from 181); Green value is 77 (30.47% from 255 or 42.54% from 181); Blue value is 85 (33.59% from 255 or 46.96% from 181); Max value from RGB is 85 - color contains mainly: blue. Hex color #134D55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134D55 is #ECB2AA. Grayscale: #3C3C3C. Windows color (decimal): -15512235 or 5590291. OLE color: 5590291.

HSL color Cylindrical-coordinate representation of color #134D55: hue angle of 187.27º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #134D55 is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 19 77 85 -
CMYK 0.78 0.09 0 0.67
HSL 187.27º 0.63% 0.2% -
HSV(B) 187.27º 0.78% 0.33% -
XYZ 4.56 6.1 9.53 -
YUV 60.57 141.78 98.35 -
System Red Green Blue C M Y K H S L
Decimal 19 77 85 0.78 0.09 0 0.67 187.27 0.63 0.2
Hex 13 4D 55 4E 9 0 43 BB 3F 14
Octal 23 115 125 116 11 0 103 273 77 24
Binary 10011 1001101 1010101 1001110 1001 0 1000011 10111011 111111 10100

Color Harmonies of #134D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134D55

Black with #134D55

Text Example


Text Example

White with #134D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134D55; }

 p { color: rgb(19,77,85); }

 H1.HeaderClassName
 {
   color: #134D55;
 }
 .AnyTagClassName
 {
   color: #134D55;
 }
</style>

background-color css

<style>
 a { background-color: #134D55; }

 a { background-color: rgb(19,77,85); }

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

border-color css

<style>
 span { border-color: #134D55; }

 span { border-color: rgb(19,77,85); }

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