Html Css Color HEX #125850 Blue Stone

📋 copy color: '#125850'

red 18 ◦ green 88 ◦ blue 80

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

Shades of Blue Stone #125850

Tints of Blue Stone #125850

RGB

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

 GREEN value IS 88 (34.77% from 255) = 47.31%

 BLUE value IS 80 (31.64% from 255) = 43.01%

R = 9.68%
G = 47.31%
B = 43.01%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#125850 (or 0x125850) is known color: Blue Stone. HEX triplet: 12, 58 and 50. RGB value is (18,88,80). Sum of RGB (Red+Green+Blue) = 18+88+80=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 88 (34.77% from 255 or 47.31% from 186); Blue value is 80 (31.64% from 255 or 43.01% from 186); Max value from RGB is 88 - color contains mainly: green. Hex color #125850 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125850 is #EDA7AF. Grayscale: #424242. Windows color (decimal): -15574960 or 5265426. OLE color: 5265426.

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

Color convert

RGB 18 88 80 -
CMYK 0.80 0 0.09 0.65
HSL 173.14º 0.66% 0.21% -
HSV(B) 173.14º 0.8% 0.35% -
XYZ 5.19 7.69 8.8 -
YUV 66.16 135.81 93.65 -
System Red Green Blue C M Y K H S L
Decimal 18 88 80 0.80 0 0.09 0.65 173.14 0.66 0.21
Hex 12 58 50 50 0 9 41 AD 42 15
Octal 22 130 120 120 0 11 101 255 102 25
Binary 10010 1011000 1010000 1010000 0 1001 1000001 10101101 1000010 10101

Color Harmonies of #125850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125850

Black with #125850

Text Example


Text Example

White with #125850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125850; }

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

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

background-color css

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

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

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

border-color css

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

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

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