Html Css Color HEX #126461 Blue Stone

📋 copy color: '#126461'

red 18 ◦ green 100 ◦ blue 97

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

Shades of Blue Stone #126461

Tints of Blue Stone #126461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 45.12%

R = 8.37%
G = 46.51%
B = 45.12%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.03

 K value IS 0.61

RGB Variations

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

Color information

#126461 (or 0x126461) is known color: Blue Stone. HEX triplet: 12, 64 and 61. RGB value is (18,100,97). Sum of RGB (Red+Green+Blue) = 18+100+97=215 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.37% from 215); Green value is 100 (39.45% from 255 or 46.51% from 215); Blue value is 97 (38.28% from 255 or 45.12% from 215); Max value from RGB is 100 - color contains mainly: green. Hex color #126461 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126461 is #ED9B9E. Grayscale: #4B4B4B. Windows color (decimal): -15571871 or 6382610. OLE color: 6382610.

HSL color Cylindrical-coordinate representation of color #126461: hue angle of 177.8º 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 #126461 is Cyan = 0.82, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.61.

Color convert

RGB 18 100 97 -
CMYK 0.82 0 0.03 0.61
HSL 177.8º 0.69% 0.23% -
HSV(B) 177.8º 0.82% 0.39% -
XYZ 6.96 10.11 12.89 -
YUV 75.14 140.33 87.24 -
System Red Green Blue C M Y K H S L
Decimal 18 100 97 0.82 0 0.03 0.61 177.8 0.69 0.23
Hex 12 64 61 52 0 3 3D B2 45 17
Octal 22 144 141 122 0 3 75 262 105 27
Binary 10010 1100100 1100001 1010010 0 11 111101 10110010 1000101 10111

Color Harmonies of #126461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126461

Black with #126461

Text Example


Text Example

White with #126461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126461; }

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

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

background-color css

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

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

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

border-color css

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

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

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