Html Css Color HEX #126664 Blue Stone

📋 copy color: '#126664'

red 18 ◦ green 102 ◦ blue 100

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

Shades of Blue Stone #126664

Tints of Blue Stone #126664

RGB

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

 GREEN value IS 102 (40.23% from 255) = 46.36%

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

R = 8.18%
G = 46.36%
B = 45.45%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.02

 K value IS 0.6

RGB Variations

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

Color information

#126664 (or 0x126664) is known color: Blue Stone. HEX triplet: 12, 66 and 64. RGB value is (18,102,100). Sum of RGB (Red+Green+Blue) = 18+102+100=220 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.18% from 220); Green value is 102 (40.23% from 255 or 46.36% from 220); Blue value is 100 (39.45% from 255 or 45.45% from 220); Max value from RGB is 102 - color contains mainly: green. Hex color #126664 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126664 is #ED999B. Grayscale: #4C4C4C. Windows color (decimal): -15571356 or 6579730. OLE color: 6579730.

HSL color Cylindrical-coordinate representation of color #126664: hue angle of 178.57º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #126664 is Cyan = 0.82, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.6.

Color convert

RGB 18 102 100 -
CMYK 0.82 0 0.02 0.6
HSL 178.57º 0.7% 0.24% -
HSV(B) 178.57º 0.82% 0.4% -
XYZ 7.3 10.55 13.71 -
YUV 76.66 141.17 86.16 -
System Red Green Blue C M Y K H S L
Decimal 18 102 100 0.82 0 0.02 0.6 178.57 0.7 0.24
Hex 12 66 64 52 0 2 3C B3 46 18
Octal 22 146 144 122 0 2 74 263 106 30
Binary 10010 1100110 1100100 1010010 0 10 111100 10110011 1000110 11000

Color Harmonies of #126664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126664

Black with #126664

Text Example


Text Example

White with #126664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126664; }

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

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

background-color css

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

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

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

border-color css

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

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

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