Html Css Color HEX #126056 Blue Stone

📋 copy color: '#126056'

red 18 ◦ green 96 ◦ blue 86

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

Shades of Blue Stone #126056

Tints of Blue Stone #126056

RGB

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

 GREEN value IS 96 (37.89% from 255) = 48%

 BLUE value IS 86 (33.98% from 255) = 43%

R = 9%
G = 48%
B = 43%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#126056 (or 0x126056) is known color: Blue Stone. HEX triplet: 12, 60 and 56. RGB value is (18,96,86). Sum of RGB (Red+Green+Blue) = 18+96+86=200 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9% from 200); Green value is 96 (37.89% from 255 or 48% from 200); Blue value is 86 (33.98% from 255 or 43% from 200); Max value from RGB is 96 - color contains mainly: green. Hex color #126056 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126056 is #ED9FA9. Grayscale: #474747. Windows color (decimal): -15572906 or 5660690. OLE color: 5660690.

HSL color Cylindrical-coordinate representation of color #126056: hue angle of 172.31º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #126056 is Cyan = 0.81, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 96 86 -
CMYK 0.81 0 0.10 0.62
HSL 172.31º 0.68% 0.22% -
HSV(B) 172.31º 0.81% 0.38% -
XYZ 6.11 9.17 10.25 -
YUV 71.54 136.16 89.81 -
System Red Green Blue C M Y K H S L
Decimal 18 96 86 0.81 0 0.10 0.62 172.31 0.68 0.22
Hex 12 60 56 51 0 A 3E AC 44 16
Octal 22 140 126 121 0 12 76 254 104 26
Binary 10010 1100000 1010110 1010001 0 1010 111110 10101100 1000100 10110

Color Harmonies of #126056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126056

Black with #126056

Text Example


Text Example

White with #126056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126056; }

 p { color: rgb(18,96,86); }

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

background-color css

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

 a { background-color: rgb(18,96,86); }

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

border-color css

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

 span { border-color: rgb(18,96,86); }

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