Html Css Color HEX #126659 Blue Stone

📋 copy color: '#126659'

red 18 ◦ green 102 ◦ blue 89

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

Shades of Blue Stone #126659

Tints of Blue Stone #126659

RGB

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

 GREEN value IS 102 (40.23% from 255) = 48.8%

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

R = 8.61%
G = 48.8%
B = 42.58%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.13

 K value IS 0.6

RGB Variations

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

Color information

#126659 (or 0x126659) is known color: Blue Stone. HEX triplet: 12, 66 and 59. RGB value is (18,102,89). Sum of RGB (Red+Green+Blue) = 18+102+89=209 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.61% from 209); Green value is 102 (40.23% from 255 or 48.80% from 209); Blue value is 89 (35.16% from 255 or 42.58% from 209); Max value from RGB is 102 - color contains mainly: green. Hex color #126659 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126659 is #ED99A6. Grayscale: #4B4B4B. Windows color (decimal): -15571367 or 5858834. OLE color: 5858834.

HSL color Cylindrical-coordinate representation of color #126659: hue angle of 170.71º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #126659 is Cyan = 0.82, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.6.

Color convert

RGB 18 102 89 -
CMYK 0.82 0 0.13 0.6
HSL 170.71º 0.7% 0.24% -
HSV(B) 170.71º 0.82% 0.4% -
XYZ 6.8 10.35 11.09 -
YUV 75.4 135.67 87.06 -
System Red Green Blue C M Y K H S L
Decimal 18 102 89 0.82 0 0.13 0.6 170.71 0.7 0.24
Hex 12 66 59 52 0 D 3C AB 46 18
Octal 22 146 131 122 0 15 74 253 106 30
Binary 10010 1100110 1011001 1010010 0 1101 111100 10101011 1000110 11000

Color Harmonies of #126659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126659

Black with #126659

Text Example


Text Example

White with #126659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126659; }

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

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

background-color css

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

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

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

border-color css

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

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

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