Html Css Color HEX #126964 Blue Stone

📋 copy color: '#126964'

red 18 ◦ green 105 ◦ blue 100

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

Shades of Blue Stone #126964

Tints of Blue Stone #126964

RGB

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

 GREEN value IS 105 (41.41% from 255) = 47.09%

 BLUE value IS 100 (39.45% from 255) = 44.84%

R = 8.07%
G = 47.09%
B = 44.84%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.05

 K value IS 0.59

RGB Variations

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

Color information

#126964 (or 0x126964) is known color: Blue Stone. HEX triplet: 12, 69 and 64. RGB value is (18,105,100). Sum of RGB (Red+Green+Blue) = 18+105+100=223 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.07% from 223); Green value is 105 (41.41% from 255 or 47.09% from 223); Blue value is 100 (39.45% from 255 or 44.84% from 223); Max value from RGB is 105 - color contains mainly: green. Hex color #126964 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126964 is #ED969B. Grayscale: #4E4E4E. Windows color (decimal): -15570588 or 6580498. OLE color: 6580498.

HSL color Cylindrical-coordinate representation of color #126964: hue angle of 176.55º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126964 is Cyan = 0.83, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.59.

Color convert

RGB 18 105 100 -
CMYK 0.83 0 0.05 0.59
HSL 176.55º 0.71% 0.24% -
HSV(B) 176.55º 0.83% 0.41% -
XYZ 7.6 11.15 13.81 -
YUV 78.42 140.18 84.91 -
System Red Green Blue C M Y K H S L
Decimal 18 105 100 0.83 0 0.05 0.59 176.55 0.71 0.24
Hex 12 69 64 53 0 5 3B B1 47 18
Octal 22 151 144 123 0 5 73 261 107 30
Binary 10010 1101001 1100100 1010011 0 101 111011 10110001 1000111 11000

Color Harmonies of #126964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126964

Black with #126964

Text Example


Text Example

White with #126964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126964; }

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

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

background-color css

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

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

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

border-color css

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

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

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