Html Css Color HEX #124C56 Sherpa Blue

📋 copy color: '#124C56'

red 18 ◦ green 76 ◦ blue 86

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

Shades of Sherpa Blue #124C56

Tints of Sherpa Blue #124C56

RGB

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

 GREEN value IS 76 (30.08% from 255) = 42.22%

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

R = 10%
G = 42.22%
B = 47.78%

CMYK

 C value IS 0.79

 M value IS 0.12

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#124C56 (or 0x124C56) is known color: Sherpa Blue. HEX triplet: 12, 4C and 56. RGB value is (18,76,86). Sum of RGB (Red+Green+Blue) = 18+76+86=180 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10% from 180); Green value is 76 (30.08% from 255 or 42.22% from 180); Blue value is 86 (33.98% from 255 or 47.78% from 180); Max value from RGB is 86 - color contains mainly: blue. Hex color #124C56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124C56 is #EDB3A9. Grayscale: #3B3B3B. Windows color (decimal): -15578026 or 5655570. OLE color: 5655570.

HSL color Cylindrical-coordinate representation of color #124C56: hue angle of 188.82º 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 #124C56 is Cyan = 0.79, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 18 76 86 -
CMYK 0.79 0.12 0 0.66
HSL 188.82º 0.65% 0.2% -
HSV(B) 188.82º 0.79% 0.34% -
XYZ 4.51 5.97 9.72 -
YUV 59.8 142.78 98.19 -
System Red Green Blue C M Y K H S L
Decimal 18 76 86 0.79 0.12 0 0.66 188.82 0.65 0.2
Hex 12 4C 56 4F C 0 42 BD 41 14
Octal 22 114 126 117 14 0 102 275 101 24
Binary 10010 1001100 1010110 1001111 1100 0 1000010 10111101 1000001 10100

Color Harmonies of #124C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124C56

Black with #124C56

Text Example


Text Example

White with #124C56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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