Html Css Color HEX #125057 Sherpa Blue

📋 copy color: '#125057'

red 18 ◦ green 80 ◦ blue 87

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

Shades of Sherpa Blue #125057

Tints of Sherpa Blue #125057

RGB

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

 GREEN value IS 80 (31.64% from 255) = 43.24%

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

R = 9.73%
G = 43.24%
B = 47.03%

CMYK

 C value IS 0.79

 M value IS 0.08

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#125057 (or 0x125057) is known color: Sherpa Blue. HEX triplet: 12, 50 and 57. RGB value is (18,80,87). Sum of RGB (Red+Green+Blue) = 18+80+87=185 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.73% from 185); Green value is 80 (31.64% from 255 or 43.24% from 185); Blue value is 87 (34.38% from 255 or 47.03% from 185); Max value from RGB is 87 - color contains mainly: blue. Hex color #125057 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125057 is #EDAFA8. Grayscale: #3E3E3E. Windows color (decimal): -15577001 or 5722130. OLE color: 5722130.

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

Color convert

RGB 18 80 87 -
CMYK 0.79 0.08 0 0.66
HSL 186.09º 0.66% 0.21% -
HSV(B) 186.09º 0.79% 0.34% -
XYZ 4.84 6.55 10.03 -
YUV 62.26 141.96 96.43 -
System Red Green Blue C M Y K H S L
Decimal 18 80 87 0.79 0.08 0 0.66 186.09 0.66 0.21
Hex 12 50 57 4F 8 0 42 BA 42 15
Octal 22 120 127 117 10 0 102 272 102 25
Binary 10010 1010000 1010111 1001111 1000 0 1000010 10111010 1000010 10101

Color Harmonies of #125057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125057

Black with #125057

Text Example


Text Example

White with #125057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125057; }

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

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

background-color css

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

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

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

border-color css

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

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

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