#126763

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

Shades of Blue Stone #126763

Tints of Blue Stone #126763

Color information

#126763 (or 0x126763) is unknown color: approx Blue Stone. HEX triplet: 12, 67 and 63. RGB value is (18,103,99). Sum of RGB (Red+Green+Blue) = 18+103+99=220 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.18% from 220); Green value is 103 (40.62% from 255 or 46.82% from 220); Blue value is 99 (39.06% from 255 or 45% from 220); Max value from RGB is 103 - color contains mainly: green. Hex color #126763 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126763 is #ED989C. Grayscale: #4D4D4D. Windows color (decimal): -15571101 or 6514450. OLE color: 6514450.

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

Color convert

RGB1810399-
CMYK0.8300.040.60
HSL177.18º70.25%23.73%-
HSV(B)177.18º82.52%40.39%-
XYZ7.3510.7313.49-
YUV77.13140.3485.83-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.18%
GREEN value IS 103 (40.62% from 255) = 46.82%
BLUE value IS 99 (39.06% from 255) = 45%
R=8.18%
G=46.82%
B=45%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal18103990.8300.040.60177.1870.2523.73
Hex12676353043Cb14618
Octal22147143123047426110630
Binary10010110011111000111010011010011110010110001100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126763; }

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

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

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

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

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

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

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

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