#126563

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

Shades of Blue Stone #126563

Tints of Blue Stone #126563

Color information

#126563 (or 0x126563) is unknown color: approx Blue Stone. HEX triplet: 12, 65 and 63. RGB value is (18,101,99). Sum of RGB (Red+Green+Blue) = 18+101+99=218 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.26% from 218); Green value is 101 (39.84% from 255 or 46.33% from 218); Blue value is 99 (39.06% from 255 or 45.41% from 218); Max value from RGB is 101 - color contains mainly: green. Hex color #126563 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126563 is #ED9A9C. Grayscale: #4B4B4B. Windows color (decimal): -15571613 or 6513938. OLE color: 6513938.

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

Color convert

RGB1810199-
CMYK0.8200.020.60
HSL178.55º69.75%23.33%-
HSV(B)178.55º82.18%39.61%-
XYZ7.1610.3413.42-
YUV75.9614186.66-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.26%
GREEN value IS 101 (39.84% from 255) = 46.33%
BLUE value IS 99 (39.06% from 255) = 45.41%
R=8.26%
G=46.33%
B=45.41%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal18101990.8200.020.60178.5569.7523.33
Hex12656352023Cb34617
Octal22145143122027426310627
Binary1001011001011100011101001001011110010110011100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126563; }

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

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

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

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

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

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

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

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