#126468

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

Shades of Blue Stone #126468

Tints of Blue Stone #126468

Color information

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

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

Color convert

RGB18100104-
CMYK0.830.0400.59
HSL182.79º70.49%23.92%-
HSV(B)182.79º82.69%40.78%-
XYZ7.3110.2414.69-
YUV75.94143.8386.67-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal181001040.830.0400.59182.7970.4923.92
Hex12646853403Bb74618
Octal22144150123407326710630
Binary10010110010011010001010011100011101110110111100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126468; }

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

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

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

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

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

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

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

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