Html Css Color HEX #134B54 Sherpa Blue

📋 copy color: '#134B54'

red 19 ◦ green 75 ◦ blue 84

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

Shades of Sherpa Blue #134B54

Tints of Sherpa Blue #134B54

RGB

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

 GREEN value IS 75 (29.69% from 255) = 42.13%

 BLUE value IS 84 (33.2% from 255) = 47.19%

R = 10.67%
G = 42.13%
B = 47.19%

CMYK

 C value IS 0.77

 M value IS 0.11

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#134B54 (or 0x134B54) is known color: Sherpa Blue. HEX triplet: 13, 4B and 54. RGB value is (19,75,84). Sum of RGB (Red+Green+Blue) = 19+75+84=178 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.67% from 178); Green value is 75 (29.69% from 255 or 42.13% from 178); Blue value is 84 (33.20% from 255 or 47.19% from 178); Max value from RGB is 84 - color contains mainly: blue. Hex color #134B54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134B54 is #ECB4AB. Grayscale: #3B3B3B. Windows color (decimal): -15512748 or 5524243. OLE color: 5524243.

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

Color convert

RGB 19 75 84 -
CMYK 0.77 0.11 0 0.67
HSL 188.31º 0.63% 0.2% -
HSV(B) 188.31º 0.77% 0.33% -
XYZ 4.38 5.81 9.28 -
YUV 59.28 141.95 99.27 -
System Red Green Blue C M Y K H S L
Decimal 19 75 84 0.77 0.11 0 0.67 188.31 0.63 0.2
Hex 13 4B 54 4D B 0 43 BC 3F 14
Octal 23 113 124 115 13 0 103 274 77 24
Binary 10011 1001011 1010100 1001101 1011 0 1000011 10111100 111111 10100

Color Harmonies of #134B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134B54

Black with #134B54

Text Example


Text Example

White with #134B54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,75,84); }

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

background-color css

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

 a { background-color: rgb(19,75,84); }

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

border-color css

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

 span { border-color: rgb(19,75,84); }

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