#12685B

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

Shades of Blue Stone #12685B

Tints of Blue Stone #12685B

Color information

#12685B (or 0x12685B) is unknown color: approx Blue Stone. HEX triplet: 12, 68 and 5B. RGB value is (18,104,91). Sum of RGB (Red+Green+Blue) = 18+104+91=213 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.45% from 213); Green value is 104 (41.02% from 255 or 48.83% from 213); Blue value is 91 (35.94% from 255 or 42.72% from 213); Max value from RGB is 104 - color contains mainly: green. Hex color #12685B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12685B is #ED97A4. Grayscale: #4C4C4C. Windows color (decimal): -15570853 or 5990418. OLE color: 5990418.

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

Color convert

RGB1810491-
CMYK0.8300.120.59
HSL170.93º70.49%23.92%-
HSV(B)170.93º82.69%40.78%-
XYZ7.0910.7811.61-
YUV76.8136.0186.06-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.45%
GREEN value IS 104 (41.02% from 255) = 48.83%
BLUE value IS 91 (35.94% from 255) = 42.72%
R=8.45%
G=48.83%
B=42.72%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal18104910.8300.120.59170.9370.4923.92
Hex12685B530C3Bab4618
Octal221501331230147325310630
Binary100101101000101101110100110110011101110101011100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12685B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12685B; }

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

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

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

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

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

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

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

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