Html Css Color HEX #125159 Sherpa Blue

📋 copy color: '#125159'

red 18 ◦ green 81 ◦ blue 89

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

Shades of Sherpa Blue #125159

Tints of Sherpa Blue #125159

RGB

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

 GREEN value IS 81 (32.03% from 255) = 43.09%

 BLUE value IS 89 (35.16% from 255) = 47.34%

R = 9.57%
G = 43.09%
B = 47.34%

CMYK

 C value IS 0.80

 M value IS 0.09

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#125159 (or 0x125159) is known color: Sherpa Blue. HEX triplet: 12, 51 and 59. RGB value is (18,81,89). Sum of RGB (Red+Green+Blue) = 18+81+89=188 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.57% from 188); Green value is 81 (32.03% from 255 or 43.09% from 188); Blue value is 89 (35.16% from 255 or 47.34% from 188); Max value from RGB is 89 - color contains mainly: blue. Hex color #125159 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125159 is #EDAEA6. Grayscale: #3E3E3E. Windows color (decimal): -15576743 or 5853458. OLE color: 5853458.

HSL color Cylindrical-coordinate representation of color #125159: hue angle of 186.76º 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 #125159 is Cyan = 0.80, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 81 89 -
CMYK 0.80 0.09 0 0.65
HSL 186.76º 0.66% 0.21% -
HSV(B) 186.76º 0.8% 0.35% -
XYZ 5 6.73 10.49 -
YUV 63.08 142.63 95.85 -
System Red Green Blue C M Y K H S L
Decimal 18 81 89 0.80 0.09 0 0.65 186.76 0.66 0.21
Hex 12 51 59 50 9 0 41 BB 42 15
Octal 22 121 131 120 11 0 101 273 102 25
Binary 10010 1010001 1011001 1010000 1001 0 1000001 10111011 1000010 10101

Color Harmonies of #125159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125159

Black with #125159

Text Example


Text Example

White with #125159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125159; }

 p { color: rgb(18,81,89); }

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

background-color css

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

 a { background-color: rgb(18,81,89); }

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

border-color css

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

 span { border-color: rgb(18,81,89); }

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