Html Css Color HEX #126460 Blue Stone

📋 copy color: '#126460'

red 18 ◦ green 100 ◦ blue 96

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

Shades of Blue Stone #126460

Tints of Blue Stone #126460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 44.86%

R = 8.41%
G = 46.73%
B = 44.86%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.04

 K value IS 0.61

RGB Variations

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

Color information

#126460 (or 0x126460) is known color: Blue Stone. HEX triplet: 12, 64 and 60. RGB value is (18,100,96). Sum of RGB (Red+Green+Blue) = 18+100+96=214 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.41% from 214); Green value is 100 (39.45% from 255 or 46.73% from 214); Blue value is 96 (37.89% from 255 or 44.86% from 214); Max value from RGB is 100 - color contains mainly: green. Hex color #126460 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126460 is #ED9B9F. Grayscale: #4A4A4A. Windows color (decimal): -15571872 or 6317074. OLE color: 6317074.

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

Color convert

RGB 18 100 96 -
CMYK 0.82 0 0.04 0.61
HSL 177.07º 0.69% 0.23% -
HSV(B) 177.07º 0.82% 0.39% -
XYZ 6.92 10.09 12.65 -
YUV 75.03 139.83 87.33 -
System Red Green Blue C M Y K H S L
Decimal 18 100 96 0.82 0 0.04 0.61 177.07 0.69 0.23
Hex 12 64 60 52 0 4 3D B1 45 17
Octal 22 144 140 122 0 4 75 261 105 27
Binary 10010 1100100 1100000 1010010 0 100 111101 10110001 1000101 10111

Color Harmonies of #126460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126460

Black with #126460

Text Example


Text Example

White with #126460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126460; }

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

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

background-color css

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

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

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

border-color css

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

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

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