Html Css Color HEX #125955 Blue Stone

📋 copy color: '#125955'

red 18 ◦ green 89 ◦ blue 85

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

Shades of Blue Stone #125955

Tints of Blue Stone #125955

RGB

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

 GREEN value IS 89 (35.16% from 255) = 46.35%

 BLUE value IS 85 (33.59% from 255) = 44.27%

R = 9.38%
G = 46.35%
B = 44.27%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.04

 K value IS 0.65

RGB Variations

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

Color information

#125955 (or 0x125955) is known color: Blue Stone. HEX triplet: 12, 59 and 55. RGB value is (18,89,85). Sum of RGB (Red+Green+Blue) = 18+89+85=192 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.38% from 192); Green value is 89 (35.16% from 255 or 46.35% from 192); Blue value is 85 (33.59% from 255 or 44.27% from 192); Max value from RGB is 89 - color contains mainly: green. Hex color #125955 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125955 is #EDA6AA. Grayscale: #434343. Windows color (decimal): -15574699 or 5593362. OLE color: 5593362.

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

Color convert

RGB 18 89 85 -
CMYK 0.80 0 0.04 0.65
HSL 176.62º 0.66% 0.21% -
HSV(B) 176.62º 0.8% 0.35% -
XYZ 5.46 7.93 9.84 -
YUV 67.32 137.98 92.83 -
System Red Green Blue C M Y K H S L
Decimal 18 89 85 0.80 0 0.04 0.65 176.62 0.66 0.21
Hex 12 59 55 50 0 4 41 B1 42 15
Octal 22 131 125 120 0 4 101 261 102 25
Binary 10010 1011001 1010101 1010000 0 100 1000001 10110001 1000010 10101

Color Harmonies of #125955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125955

Black with #125955

Text Example


Text Example

White with #125955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125955; }

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

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

background-color css

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

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

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

border-color css

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

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

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