#126366

Color #126366 Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #126366

Tints of Blue Stone #126366

Color information

#126366 (or 0x126366) is unknown color: approx Blue Stone. HEX triplet: 12, 63 and 66. RGB value is (18,99,102). Sum of RGB (Red+Green+Blue) = 18+99+102=219 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.22% from 219); Green value is 99 (39.06% from 255 or 45.21% from 219); Blue value is 102 (40.23% from 255 or 46.58% from 219); Max value from RGB is 102 - color contains mainly: blue. Hex color #126366 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126366 is #ED9C99. Grayscale: #4B4B4B. Windows color (decimal): -15572122 or 6710034. OLE color: 6710034.

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

Color convert

RGB1899102-
CMYK0.820.0300.6
HSL182.14º70%23.53%-
HSV(B)182.14º82.35%40%-
XYZ7.1110.0114.13-
YUV75.12143.1687.26-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.22%
GREEN value IS 99 (39.06% from 255) = 45.21%
BLUE value IS 102 (40.23% from 255) = 46.58%
R=8.22%
G=45.21%
B=46.58%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal18991020.820.0300.6182.147023.53
Hex12636652303Cb64618
Octal22143146122307426610630
Binary1001011000111100110101001011011110010110110100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126366; }

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

 H1.HeaderClassName
 {
   color: #126366;
 }
 .AnyTagClassName
 {
   color: #126366;
 }
</style>
background-color css

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

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

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

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

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

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