Html Css Color HEX #125759 Blue Stone

📋 copy color: '#125759'

red 18 ◦ green 87 ◦ blue 89

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

Shades of Blue Stone #125759

Tints of Blue Stone #125759

RGB

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

 GREEN value IS 87 (34.38% from 255) = 44.85%

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

R = 9.28%
G = 44.85%
B = 45.88%

CMYK

 C value IS 0.80

 M value IS 0.02

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#125759 (or 0x125759) is known color: Blue Stone. HEX triplet: 12, 57 and 59. RGB value is (18,87,89). Sum of RGB (Red+Green+Blue) = 18+87+89=194 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.28% from 194); Green value is 87 (34.38% from 255 or 44.85% from 194); Blue value is 89 (35.16% from 255 or 45.88% from 194); Max value from RGB is 89 - color contains mainly: blue. Hex color #125759 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125759 is #EDA8A6. Grayscale: #424242. Windows color (decimal): -15575207 or 5854994. OLE color: 5854994.

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

Color convert

RGB 18 87 89 -
CMYK 0.80 0.02 0 0.65
HSL 181.69º 0.66% 0.21% -
HSV(B) 181.69º 0.8% 0.35% -
XYZ 5.46 7.67 10.64 -
YUV 66.6 140.64 93.34 -
System Red Green Blue C M Y K H S L
Decimal 18 87 89 0.80 0.02 0 0.65 181.69 0.66 0.21
Hex 12 57 59 50 2 0 41 B6 42 15
Octal 22 127 131 120 2 0 101 266 102 25
Binary 10010 1010111 1011001 1010000 10 0 1000001 10110110 1000010 10101

Color Harmonies of #125759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125759

Black with #125759

Text Example


Text Example

White with #125759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125759; }

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

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

background-color css

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

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

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

border-color css

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

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

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