Html Css Color HEX #126259 Blue Stone

📋 copy color: '#126259'

red 18 ◦ green 98 ◦ blue 89

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

Shades of Blue Stone #126259

Tints of Blue Stone #126259

RGB

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

 GREEN value IS 98 (38.67% from 255) = 47.8%

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

R = 8.78%
G = 47.8%
B = 43.41%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.09

 K value IS 0.62

RGB Variations

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

Color information

#126259 (or 0x126259) is known color: Blue Stone. HEX triplet: 12, 62 and 59. RGB value is (18,98,89). Sum of RGB (Red+Green+Blue) = 18+98+89=205 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.78% from 205); Green value is 98 (38.67% from 255 or 47.80% from 205); Blue value is 89 (35.16% from 255 or 43.41% from 205); Max value from RGB is 98 - color contains mainly: green. Hex color #126259 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126259 is #ED9DA6. Grayscale: #494949. Windows color (decimal): -15572391 or 5857810. OLE color: 5857810.

HSL color Cylindrical-coordinate representation of color #126259: hue angle of 173.25º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #126259 is Cyan = 0.82, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 98 89 -
CMYK 0.82 0 0.09 0.62
HSL 173.25º 0.69% 0.23% -
HSV(B) 173.25º 0.82% 0.38% -
XYZ 6.42 9.59 10.96 -
YUV 73.05 137 88.73 -
System Red Green Blue C M Y K H S L
Decimal 18 98 89 0.82 0 0.09 0.62 173.25 0.69 0.23
Hex 12 62 59 52 0 9 3E AD 45 17
Octal 22 142 131 122 0 11 76 255 105 27
Binary 10010 1100010 1011001 1010010 0 1001 111110 10101101 1000101 10111

Color Harmonies of #126259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126259

Black with #126259

Text Example


Text Example

White with #126259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126259; }

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

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

background-color css

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

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

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

border-color css

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

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

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