#126658

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

Shades of Blue Stone #126658

Tints of Blue Stone #126658

Color information

#126658 (or 0x126658) is unknown color: approx Blue Stone. HEX triplet: 12, 66 and 58. RGB value is (18,102,88). Sum of RGB (Red+Green+Blue) = 18+102+88=208 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.65% from 208); Green value is 102 (40.23% from 255 or 49.04% from 208); Blue value is 88 (34.77% from 255 or 42.31% from 208); Max value from RGB is 102 - color contains mainly: green. Hex color #126658 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126658 is #ED99A7. Grayscale: #4B4B4B. Windows color (decimal): -15571368 or 5793298. OLE color: 5793298.

HSL color Cylindrical-coordinate representation of color #126658: hue angle of 170º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #126658 is Cyan = 0.82, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.6.

Color convert

RGB1810288-
CMYK0.8200.140.6
HSL170º70%23.53%-
HSV(B)170º82.35%40%-
XYZ6.7610.3410.87-
YUV75.29135.1787.14-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.65%
GREEN value IS 102 (40.23% from 255) = 49.04%
BLUE value IS 88 (34.77% from 255) = 42.31%
R=8.65%
G=49.04%
B=42.31%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal18102880.8200.140.61707023.53
Hex126658520E3Caa4618
Octal221461301220167425210630
Binary100101100110101100010100100111011110010101010100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126658; }

 p { color: rgb(18,102,88); }

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

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

 a { background-color: rgb(18,102,88); }

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

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

 span { border-color: rgb(18,102,88); }

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