#126862

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

Shades of Blue Stone #126862

Tints of Blue Stone #126862

Color information

#126862 (or 0x126862) is unknown color: approx Blue Stone. HEX triplet: 12, 68 and 62. RGB value is (18,104,98). Sum of RGB (Red+Green+Blue) = 18+104+98=220 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.18% from 220); Green value is 104 (41.02% from 255 or 47.27% from 220); Blue value is 98 (38.67% from 255 or 44.55% from 220); Max value from RGB is 104 - color contains mainly: green. Hex color #126862 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126862 is #ED979D. Grayscale: #4D4D4D. Windows color (decimal): -15570846 or 6449170. OLE color: 6449170.

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

Color convert

RGB1810498-
CMYK0.8300.060.59
HSL175.81º70.49%23.92%-
HSV(B)175.81º82.69%40.78%-
XYZ7.410.9113.27-
YUV77.6139.5185.49-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.18%
GREEN value IS 104 (41.02% from 255) = 47.27%
BLUE value IS 98 (38.67% from 255) = 44.55%
R=8.18%
G=47.27%
B=44.55%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal18104980.8300.060.59175.8170.4923.92
Hex12686253063Bb04618
Octal22150142123067326010630
Binary10010110100011000101010011011011101110110000100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126862; }

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

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

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

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

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

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

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

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