#126864

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

Shades of Blue Stone #126864

Tints of Blue Stone #126864

Color information

#126864 (or 0x126864) is unknown color: approx Blue Stone. HEX triplet: 12, 68 and 64. RGB value is (18,104,100). Sum of RGB (Red+Green+Blue) = 18+104+100=222 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.11% from 222); Green value is 104 (41.02% from 255 or 46.85% from 222); Blue value is 100 (39.45% from 255 or 45.05% from 222); Max value from RGB is 104 - color contains mainly: green. Hex color #126864 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126864 is #ED979B. Grayscale: #4D4D4D. Windows color (decimal): -15570844 or 6580242. OLE color: 6580242.

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

Color convert

RGB18104100-
CMYK0.8300.040.59
HSL177.21º70.49%23.92%-
HSV(B)177.21º82.69%40.78%-
XYZ7.510.9513.77-
YUV77.83140.5185.33-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.11%
GREEN value IS 104 (41.02% from 255) = 46.85%
BLUE value IS 100 (39.45% from 255) = 45.05%
R=8.11%
G=46.85%
B=45.05%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal181041000.8300.040.59177.2170.4923.92
Hex12686453043Bb14618
Octal22150144123047326110630
Binary10010110100011001001010011010011101110110001100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126864; }

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

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

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

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

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

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

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

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