#126568

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

Shades of Blue Stone #126568

Tints of Blue Stone #126568

Color information

#126568 (or 0x126568) is unknown color: approx Blue Stone. HEX triplet: 12, 65 and 68. RGB value is (18,101,104). Sum of RGB (Red+Green+Blue) = 18+101+104=223 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.07% from 223); Green value is 101 (39.84% from 255 or 45.29% from 223); Blue value is 104 (41.02% from 255 or 46.64% from 223); Max value from RGB is 104 - color contains mainly: blue. Hex color #126568 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126568 is #ED9A97. Grayscale: #4C4C4C. Windows color (decimal): -15571608 or 6841618. OLE color: 6841618.

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

Color convert

RGB18101104-
CMYK0.830.0300.59
HSL182.09º70.49%23.92%-
HSV(B)182.09º82.69%40.78%-
XYZ7.410.4414.72-
YUV76.52143.586.26-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.07%
GREEN value IS 101 (39.84% from 255) = 45.29%
BLUE value IS 104 (41.02% from 255) = 46.64%
R=8.07%
G=45.29%
B=46.64%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal181011040.830.0300.59182.0970.4923.92
Hex12656853303Bb64618
Octal22145150123307326610630
Binary1001011001011101000101001111011101110110110100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126568; }

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

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

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

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

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

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

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

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