#126360

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

Shades of Blue Stone #126360

Tints of Blue Stone #126360

Color information

#126360 (or 0x126360) is unknown color: approx Blue Stone. HEX triplet: 12, 63 and 60. RGB value is (18,99,96). Sum of RGB (Red+Green+Blue) = 18+99+96=213 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.45% from 213); Green value is 99 (39.06% from 255 or 46.48% from 213); Blue value is 96 (37.89% from 255 or 45.07% from 213); Max value from RGB is 99 - color contains mainly: green. Hex color #126360 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126360 is #ED9C9F. Grayscale: #4A4A4A. Windows color (decimal): -15572128 or 6316818. OLE color: 6316818.

HSL color Cylindrical-coordinate representation of color #126360: hue angle of 177.78º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #126360 is Cyan = 0.82, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.61.

Color convert

RGB189996-
CMYK0.8200.030.61
HSL177.78º69.23%22.94%-
HSV(B)177.78º81.82%38.82%-
XYZ6.829.912.62-
YUV74.44140.1687.74-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.45%
GREEN value IS 99 (39.06% from 255) = 46.48%
BLUE value IS 96 (37.89% from 255) = 45.07%
R=8.45%
G=46.48%
B=45.07%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1899960.8200.030.61177.7869.2322.94
Hex12636052033Db24517
Octal22143140122037526210527
Binary1001011000111100000101001001111110110110010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126360; }

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

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

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

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

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

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

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

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