#12686F

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

Shades of Blue Stone #12686F

Tints of Blue Stone #12686F

Color information

#12686F (or 0x12686F) is unknown color: approx Blue Stone. HEX triplet: 12, 68 and 6F. RGB value is (18,104,111). Sum of RGB (Red+Green+Blue) = 18+104+111=233 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.73% from 233); Green value is 104 (41.02% from 255 or 44.64% from 233); Blue value is 111 (43.75% from 255 or 47.64% from 233); Max value from RGB is 111 - color contains mainly: blue. Hex color #12686F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12686F is #ED9790. Grayscale: #4E4E4E. Windows color (decimal): -15570833 or 7301138. OLE color: 7301138.

HSL color Cylindrical-coordinate representation of color #12686F: hue angle of 184.52º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12686F is Cyan = 0.84, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB18104111-
CMYK0.840.0600.56
HSL184.52º72.09%25.29%-
HSV(B)184.52º83.78%43.53%-
XYZ8.0711.1816.77-
YUV79.08146.0184.43-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.73%
GREEN value IS 104 (41.02% from 255) = 44.64%
BLUE value IS 111 (43.75% from 255) = 47.64%
R=7.73%
G=44.64%
B=47.64%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal181041110.840.0600.56184.5272.0925.29
Hex12686F546038b94819
Octal22150157124607027111031
Binary10010110100011011111010100110011100010111001100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12686F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12686F; }

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

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

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

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

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

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

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

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