Html Css Color HEX #124E56 Sherpa Blue

📋 copy color: '#124E56'

red 18 ◦ green 78 ◦ blue 86

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

Shades of Sherpa Blue #124E56

Tints of Sherpa Blue #124E56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 47.25%

R = 9.89%
G = 42.86%
B = 47.25%

CMYK

 C value IS 0.79

 M value IS 0.09

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#124E56 (or 0x124E56) is known color: Sherpa Blue. HEX triplet: 12, 4E and 56. RGB value is (18,78,86). Sum of RGB (Red+Green+Blue) = 18+78+86=182 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.89% from 182); Green value is 78 (30.86% from 255 or 42.86% from 182); Blue value is 86 (33.98% from 255 or 47.25% from 182); Max value from RGB is 86 - color contains mainly: blue. Hex color #124E56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124E56 is #EDB1A9. Grayscale: #3C3C3C. Windows color (decimal): -15577514 or 5656082. OLE color: 5656082.

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

Color convert

RGB 18 78 86 -
CMYK 0.79 0.09 0 0.66
HSL 187.06º 0.65% 0.2% -
HSV(B) 187.06º 0.79% 0.34% -
XYZ 4.65 6.25 9.77 -
YUV 60.97 142.12 97.35 -
System Red Green Blue C M Y K H S L
Decimal 18 78 86 0.79 0.09 0 0.66 187.06 0.65 0.2
Hex 12 4E 56 4F 9 0 42 BB 41 14
Octal 22 116 126 117 11 0 102 273 101 24
Binary 10010 1001110 1010110 1001111 1001 0 1000010 10111011 1000001 10100

Color Harmonies of #124E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124E56

Black with #124E56

Text Example


Text Example

White with #124E56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,78,86); }

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

background-color css

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

 a { background-color: rgb(18,78,86); }

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

border-color css

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

 span { border-color: rgb(18,78,86); }

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