Html Css Color HEX #134E57 Sherpa Blue

📋 copy color: '#134E57'

red 19 ◦ green 78 ◦ blue 87

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

Shades of Sherpa Blue #134E57

Tints of Sherpa Blue #134E57

RGB

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

 GREEN value IS 78 (30.86% from 255) = 42.39%

 BLUE value IS 87 (34.38% from 255) = 47.28%

R = 10.33%
G = 42.39%
B = 47.28%

CMYK

 C value IS 0.78

 M value IS 0.10

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#134E57 (or 0x134E57) is known color: Sherpa Blue. HEX triplet: 13, 4E and 57. RGB value is (19,78,87). Sum of RGB (Red+Green+Blue) = 19+78+87=184 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.33% from 184); Green value is 78 (30.86% from 255 or 42.39% from 184); Blue value is 87 (34.38% from 255 or 47.28% from 184); Max value from RGB is 87 - color contains mainly: blue. Hex color #134E57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134E57 is #ECB1A8. Grayscale: #3D3D3D. Windows color (decimal): -15511977 or 5721619. OLE color: 5721619.

HSL color Cylindrical-coordinate representation of color #134E57: hue angle of 187.94º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #134E57 is Cyan = 0.78, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 19 78 87 -
CMYK 0.78 0.10 0 0.66
HSL 187.94º 0.64% 0.21% -
HSV(B) 187.94º 0.78% 0.34% -
XYZ 4.71 6.28 9.98 -
YUV 61.39 142.45 97.77 -
System Red Green Blue C M Y K H S L
Decimal 19 78 87 0.78 0.10 0 0.66 187.94 0.64 0.21
Hex 13 4E 57 4E A 0 42 BC 40 15
Octal 23 116 127 116 12 0 102 274 100 25
Binary 10011 1001110 1010111 1001110 1010 0 1000010 10111100 1000000 10101

Color Harmonies of #134E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134E57

Black with #134E57

Text Example


Text Example

White with #134E57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,78,87); }

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

background-color css

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

 a { background-color: rgb(19,78,87); }

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

border-color css

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

 span { border-color: rgb(19,78,87); }

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