Html Css Color HEX #126459 Blue Stone

📋 copy color: '#126459'

red 18 ◦ green 100 ◦ blue 89

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

Shades of Blue Stone #126459

Tints of Blue Stone #126459

RGB

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

 GREEN value IS 100 (39.45% from 255) = 48.31%

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

R = 8.7%
G = 48.31%
B = 43%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.11

 K value IS 0.61

RGB Variations

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

Color information

#126459 (or 0x126459) is known color: Blue Stone. HEX triplet: 12, 64 and 59. RGB value is (18,100,89). Sum of RGB (Red+Green+Blue) = 18+100+89=207 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.70% from 207); Green value is 100 (39.45% from 255 or 48.31% from 207); Blue value is 89 (35.16% from 255 or 43.00% from 207); Max value from RGB is 100 - color contains mainly: green. Hex color #126459 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126459 is #ED9BA6. Grayscale: #4A4A4A. Windows color (decimal): -15571879 or 5858322. OLE color: 5858322.

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

Color convert

RGB 18 100 89 -
CMYK 0.82 0 0.11 0.61
HSL 171.95º 0.69% 0.23% -
HSV(B) 171.95º 0.82% 0.39% -
XYZ 6.61 9.96 11.03 -
YUV 74.23 136.33 87.89 -
System Red Green Blue C M Y K H S L
Decimal 18 100 89 0.82 0 0.11 0.61 171.95 0.69 0.23
Hex 12 64 59 52 0 B 3D AC 45 17
Octal 22 144 131 122 0 13 75 254 105 27
Binary 10010 1100100 1011001 1010010 0 1011 111101 10101100 1000101 10111

Color Harmonies of #126459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126459

Black with #126459

Text Example


Text Example

White with #126459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126459; }

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

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

background-color css

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

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

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

border-color css

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

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

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