Html Css Color HEX #126566 Blue Stone

📋 copy color: '#126566'

red 18 ◦ green 101 ◦ blue 102

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

Shades of Blue Stone #126566

Tints of Blue Stone #126566

RGB

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

 GREEN value IS 101 (39.84% from 255) = 45.7%

 BLUE value IS 102 (40.23% from 255) = 46.15%

R = 8.14%
G = 45.7%
B = 46.15%

CMYK

 C value IS 0.82

 M value IS 0.01

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#126566 (or 0x126566) is known color: Blue Stone. HEX triplet: 12, 65 and 66. RGB value is (18,101,102). Sum of RGB (Red+Green+Blue) = 18+101+102=221 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.14% from 221); Green value is 101 (39.84% from 255 or 45.70% from 221); Blue value is 102 (40.23% from 255 or 46.15% from 221); Max value from RGB is 102 - color contains mainly: blue. Hex color #126566 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126566 is #ED9A99. Grayscale: #4C4C4C. Windows color (decimal): -15571610 or 6710546. OLE color: 6710546.

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

Color convert

RGB 18 101 102 -
CMYK 0.82 0.01 0 0.6
HSL 180.71º 0.7% 0.24% -
HSV(B) 180.71º 0.82% 0.4% -
XYZ 7.3 10.4 14.19 -
YUV 76.3 142.5 86.42 -
System Red Green Blue C M Y K H S L
Decimal 18 101 102 0.82 0.01 0 0.6 180.71 0.7 0.24
Hex 12 65 66 52 1 0 3C B5 46 18
Octal 22 145 146 122 1 0 74 265 106 30
Binary 10010 1100101 1100110 1010010 1 0 111100 10110101 1000110 11000

Color Harmonies of #126566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126566

Black with #126566

Text Example


Text Example

White with #126566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126566; }

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

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

background-color css

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

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

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

border-color css

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

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

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