Html Css Color HEX #124D57 Sherpa Blue

📋 copy color: '#124D57'

red 18 ◦ green 77 ◦ blue 87

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

Shades of Sherpa Blue #124D57

Tints of Sherpa Blue #124D57

RGB

 RED value IS 18 (7.42% from 255) = 9.89%

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

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

R = 9.89%
G = 42.31%
B = 47.8%

CMYK

 C value IS 0.79

 M value IS 0.11

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#124D57 (or 0x124D57) is known color: Sherpa Blue. HEX triplet: 12, 4D and 57. RGB value is (18,77,87). Sum of RGB (Red+Green+Blue) = 18+77+87=182 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.89% from 182); Green value is 77 (30.47% from 255 or 42.31% from 182); Blue value is 87 (34.38% from 255 or 47.80% from 182); Max value from RGB is 87 - color contains mainly: blue. Hex color #124D57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124D57 is #EDB2A8. Grayscale: #3C3C3C. Windows color (decimal): -15577769 or 5721362. OLE color: 5721362.

HSL color Cylindrical-coordinate representation of color #124D57: hue angle of 188.7º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #124D57 is Cyan = 0.79, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 18 77 87 -
CMYK 0.79 0.11 0 0.66
HSL 188.7º 0.66% 0.21% -
HSV(B) 188.7º 0.79% 0.34% -
XYZ 4.62 6.12 9.96 -
YUV 60.5 142.95 97.69 -
System Red Green Blue C M Y K H S L
Decimal 18 77 87 0.79 0.11 0 0.66 188.7 0.66 0.21
Hex 12 4D 57 4F B 0 42 BD 42 15
Octal 22 115 127 117 13 0 102 275 102 25
Binary 10010 1001101 1010111 1001111 1011 0 1000010 10111101 1000010 10101

Color Harmonies of #124D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124D57

Black with #124D57

Text Example


Text Example

White with #124D57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124D57; }

 p { color: rgb(18,77,87); }

 H1.HeaderClassName
 {
   color: #124D57;
 }
 .AnyTagClassName
 {
   color: #124D57;
 }
</style>

background-color css

<style>
 a { background-color: #124D57; }

 a { background-color: rgb(18,77,87); }

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

border-color css

<style>
 span { border-color: #124D57; }

 span { border-color: rgb(18,77,87); }

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