Html Css Color HEX #126970 Blue Stone

📋 copy color: '#126970'

red 18 ◦ green 105 ◦ blue 112

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

Shades of Blue Stone #126970

Tints of Blue Stone #126970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 47.66%

R = 7.66%
G = 44.68%
B = 47.66%

CMYK

 C value IS 0.84

 M value IS 0.06

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#126970 (or 0x126970) is known color: Blue Stone. HEX triplet: 12, 69 and 70. RGB value is (18,105,112). Sum of RGB (Red+Green+Blue) = 18+105+112=235 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.66% from 235); Green value is 105 (41.41% from 255 or 44.68% from 235); Blue value is 112 (44.14% from 255 or 47.66% from 235); Max value from RGB is 112 - color contains mainly: blue. Hex color #126970 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126970 is #ED968F. Grayscale: #4F4F4F. Windows color (decimal): -15570576 or 7366930. OLE color: 7366930.

HSL color Cylindrical-coordinate representation of color #126970: hue angle of 184.47º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #126970 is Cyan = 0.84, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 18 105 112 -
CMYK 0.84 0.06 0 0.56
HSL 184.47º 0.72% 0.25% -
HSV(B) 184.47º 0.84% 0.44% -
XYZ 8.23 11.4 17.1 -
YUV 79.79 146.18 83.93 -
System Red Green Blue C M Y K H S L
Decimal 18 105 112 0.84 0.06 0 0.56 184.47 0.72 0.25
Hex 12 69 70 54 6 0 38 B8 48 19
Octal 22 151 160 124 6 0 70 270 110 31
Binary 10010 1101001 1110000 1010100 110 0 111000 10111000 1001000 11001

Color Harmonies of #126970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126970

Black with #126970

Text Example


Text Example

White with #126970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126970; }

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

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

background-color css

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

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

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

border-color css

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

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

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