Html Css Color HEX #124E58 Sherpa Blue

📋 copy color: '#124E58'

red 18 ◦ green 78 ◦ blue 88

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

Shades of Sherpa Blue #124E58

Tints of Sherpa Blue #124E58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 47.83%

R = 9.78%
G = 42.39%
B = 47.83%

CMYK

 C value IS 0.80

 M value IS 0.11

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#124E58 (or 0x124E58) is known color: Sherpa Blue. HEX triplet: 12, 4E and 58. RGB value is (18,78,88). Sum of RGB (Red+Green+Blue) = 18+78+88=184 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.78% from 184); Green value is 78 (30.86% from 255 or 42.39% from 184); Blue value is 88 (34.77% from 255 or 47.83% from 184); Max value from RGB is 88 - color contains mainly: blue. Hex color #124E58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124E58 is #EDB1A7. Grayscale: #3D3D3D. Windows color (decimal): -15577512 or 5787154. OLE color: 5787154.

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

Color convert

RGB 18 78 88 -
CMYK 0.80 0.11 0 0.65
HSL 188.57º 0.66% 0.21% -
HSV(B) 188.57º 0.8% 0.35% -
XYZ 4.74 6.28 10.2 -
YUV 61.2 143.12 97.19 -
System Red Green Blue C M Y K H S L
Decimal 18 78 88 0.80 0.11 0 0.65 188.57 0.66 0.21
Hex 12 4E 58 50 B 0 41 BD 42 15
Octal 22 116 130 120 13 0 101 275 102 25
Binary 10010 1001110 1011000 1010000 1011 0 1000001 10111101 1000010 10101

Color Harmonies of #124E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124E58

Black with #124E58

Text Example


Text Example

White with #124E58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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