#126168

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

Shades of Blue Stone #126168

Tints of Blue Stone #126168

Color information

#126168 (or 0x126168) is unknown color: approx Blue Stone. HEX triplet: 12, 61 and 68. RGB value is (18,97,104). Sum of RGB (Red+Green+Blue) = 18+97+104=219 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.22% from 219); Green value is 97 (38.28% from 255 or 44.29% from 219); Blue value is 104 (41.02% from 255 or 47.49% from 219); Max value from RGB is 104 - color contains mainly: blue. Hex color #126168 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126168 is #ED9E97. Grayscale: #4A4A4A. Windows color (decimal): -15572632 or 6840594. OLE color: 6840594.

HSL color Cylindrical-coordinate representation of color #126168: hue angle of 184.88º 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 #126168 is Cyan = 0.83, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1897104-
CMYK0.830.0700.59
HSL184.88º70.49%23.92%-
HSV(B)184.88º82.69%40.78%-
XYZ7.029.6814.59-
YUV74.18144.8387.93-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.22%
GREEN value IS 97 (38.28% from 255) = 44.29%
BLUE value IS 104 (41.02% from 255) = 47.49%
R=8.22%
G=44.29%
B=47.49%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal18971040.830.0700.59184.8870.4923.92
Hex12616853703Bb94618
Octal22141150123707327110630
Binary10010110000111010001010011111011101110111001100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126168; }

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

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

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

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

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

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

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

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